In this Document

  Goal
  Solution
  References

APPLIES TO:

Oracle Inventory Management - Version 12.0.0 and later

Information in this document applies to any platform.

This document includes all versions R12.x.x and later.

***Checked for relevance on 22-Oct-2013***

GOAL

The document lists references to notes that show how to use public APIs provided and examples of sample code that show the use of Inventory APIs.

SOLUTION

Note.729513.1 How to use APIs: This demonstration walks the user through the API
specifics, creating the PL/SQL procedure for using an API and also debugging guidelines.

Note Title
Note.729261.1 How To Create A Move Order Header Using INV_MOVE_ORDER_PUB.Create_Move_Order_Header API [Video] ?
Note.729263.1 How To Create Move Order Lines Using INV_MOVE_ORDER_PUB.Create_Move_Order_Lines API [Video] ?
Note.729265.1 How To Process (Create) Move Orders (Headers and Lines) Using INV_MOVE_ORDER_PUB.Process_Move_Order API [Video] ?
Note.729392.1 How To Create Reservations for Items Using INV_RESERVATION_PUB.Create_Reservation API [Video] ?
Note.729410.1 How To Relieve Reservations For Items Using INV_RESERVATION_PUB.Relieve_Reservation API [Video] ?
Note.729416.1 How To Update Reservations For Items Using INV_RESERVATION_PUB.Update_Reservation API [Video] ?
Note.783521.1 How to Allocate Move Orders using INV_REPLENISH_DETAIL_PUB.line_details_pub API [Video] ?
Note.861453.1 How To Transact Move Order Using INV_PICK_WAVE_PICK_CONFIRM_PUB.Pick_Confirm API [Video] ?
Note 1332302.1 How to Allocate "User-Defined" serial numbers using a Custom Hook INV_DETAIL_SERIAL_PUB.Get_User_Serial_Numbers at Pick Release Using Inventory Allocation API [Video] ?
Note 1478830.1 How to Create Item Based UOM Conversions using API INV_CONVERT.Create_Uom_Conversion ?
Note 1335945.1 How to Change The Inventory Onhand Status Using INV_MATERIAL_STATUS_PUB.Update_Status API ?
Note 268974.1 Check Onhand With PL/SQL: Review Stock Picture For An Item in a Given Organization / Subinventory [Video] (INV_QUANTITY_TREE_PUB.Query_Quantities)
Note 1905843.1 How to Create a Locator using API INV_LOC_WMS_PUB.CREATE_LOCATOR ?

REFERENCES

NOTE:729513.1 - How to use APIs for
Inventory / Product Information Management [Video] ?

NOTE:869386.1 - How to Enable Trace
or Debug for APIs executed as SQL Script Outside of the Applications ? [Video]

Oracle Inventory Management Application Program Interface ( APIs)的更多相关文章

  1. Oracle Inventory Management Application Program Interface ( APIs) (Doc ID 729998.1)

    In this Document Goal Solution References APPLIES TO: Oracle Inventory Management - Version 12.0.0 a ...

  2. Oracle Bills of Material and Engineering Application Program Interface (APIs)

    In this Document Goal   Solution   1. Sample Notes for BOM APIs   2. Datatypes used in these APIs   ...

  3. Application binary interface and method of interfacing binary application program to digital computer

    An application binary interface includes linkage structures for interfacing a binary application pro ...

  4. Oracle User Management FAQ翻译及学习笔记

    转载 最近了解到AME 的东西,很迫切,先转载一篇 [@more@] Oracle User Management FAQ翻译及学习笔记 写在前面 本文主要是翻译的英文版的Oracle User Ma ...

  5. Linking code for an enhanced application binary interface (ABI) with decode time instruction optimization

    A code sequence made up multiple instructions and specifying an offset from a base address is identi ...

  6. Oracle Order Management DropShip Flow for R12

    Oracle Order Management DropShip Flow for R12 Email ThisBlogThis!Share to TwitterShare to FacebookSh ...

  7. Run Repository Creation Utility (RCU) for Oracle Identity Management components

    Run Repository Creation Utility (RCU) for Oracle Identity Management components         Installing O ...

  8. ABAP术语-BAPI (Business Application Programming Interface)

    BAPI (Business Application Programming Interface) 原文:http://www.cnblogs.com/qiangsheng/archive/2007/ ...

  9. ABI(Application Binary Interface)

    拷贝自维基百科,参考百度百科 ==>调用栈结构与系统相关. 在计算机中,应用二进制接口(英语:application binary interface,缩写为 ABI)描述了应用程序(或者其他类 ...

随机推荐

  1. Make things beautiful again !

    在知乎有一个问题:如何让大脑休息放松? 我曾回答说:整理凌乱的文件夹(电脑的). 其实最近特别烦恼,似乎所有人都不按常理出牌,似乎所有事都不按套路发展.经营一个企业的压力,加上长期没有来自" ...

  2. RDO Stack:VMs cannot access external network.

    Issue: There are many root causes to make your openstack vm instances cannot be reached from externa ...

  3. Dynamics CRM 打开数据加密报错及修改用户邮件保存报错的解决方法

    在项目里会碰到在修改用户的电子邮件时报错的问题 然后跑到数据管理里打开数据加密又是报错 解决上述问题只需要做下数据库的更改即可,把标志位置1即可,记得要重启下IIS才能生效 SELECT [Colum ...

  4. DB查询分析器7.01新增的周、月SQL执行计划功能

                DB查询分析器7.01新增的周.月SQL执行计划功能 马根峰              (广东联合电子服务股份有限公司, 广州 510300) 1      引言   中国本土 ...

  5. Freemarker 浅析

    今天分享一下一个模板语言的使用,它就是Freemarker,有点类似与前些日子做Python的Django中的模板语言,其实原理上都是相似的.所以这里就不对那些基础性的语法类的直至进行讲解了,就拿几个 ...

  6. python 如何优雅地退出子进程

    python 如何优雅地退出子进程 主进程产生子进程,子进程进入永久循环模式.当主进程要求子进程退出时,如何能安全地退出子进程呢? 参考一些代码,我写了这个例子.运行之后,用kill pid试试.pi ...

  7. XMPP系列(七)---获取群组列表

    上一篇介绍了如何创建群组,这一篇就介绍一下,如何获取自己的群组列表. 在上一篇有提到,如果我们创建的群组是公共的群组,那么获取自己的群组列表时,会获取到自己的群组列表和那些公共的群组.而实际做社交的应 ...

  8. Android View框架总结(八)ViewGroup事件分发机制

    请尊重分享成果,转载请注明出处: http://blog.csdn.net/hejjunlin/article/details/52298780 上篇分析了View的事件分发流程,留了一个问题:如果上 ...

  9. 3. React 组件生命周期介绍

            React 中的每个组件都有三个阶段,这三个阶段构成了组件完整的生命周期.组件的生命周期为]); return; } this.setState({name: event.target ...

  10. .so的封装调用

    .so的创建和调用有一个特点,我们要知道.so的调用并不一定必须在Activity中进行,那么制作时也并不一定要在Activity中,但是,一旦.so制作成功,那么再调用时,调用的java类就必须跟制 ...