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. Android-Chart

    MPAndroidChart 包括折线图.曲线图.柱形图.饼图.K线图等等 我的地址:https://github.com/kongqw/MPAndroidChart 开源地址:https://git ...

  2. Programming In Scala笔记-第十六章、Scala中的List

    本章主要分析Scala中List的用法,List上可进行的操作,以及需要注意的地方. 一.List字面量 首先看几个List的示例. val fruit = List("apples&quo ...

  3. 分析RunTime执行命令以及得到返回值

    RunTime执行命令得到返回值 我们有在好好几篇博客里提到过RunTime,比如 JAVA之旅(二十三)--System,RunTime,Date,Calendar,Math的数学运算 Androi ...

  4. Mybatis源码分析之参数映射及处理ParameterHandler

    ParameterHandler是用来设置参数规则的,当StatementHandler调用prepare方法之后,接下来就是调用它来进行设置参数. ParameterHandler接口: publi ...

  5. 理解性能的奥秘——应用程序中慢,SSMS中快(4)——收集解决参数嗅探问题的信息

    本文属于<理解性能的奥秘--应用程序中慢,SSMS中快>系列 接上文:理解性能的奥秘--应用程序中慢,SSMS中快(3)--不总是参数嗅探的错 前面已经提到过关于存储过程在SSMS中运行很 ...

  6. TextView的升级版———AutoCompleteTextView

    TextView的升级版---AutoCompleteTextView AutoCompleteTextView顾名知义,可以自动提示的TextView,还可以提示错误信息. 这里介绍基本的使用,能够 ...

  7. 你知道如何为iOS工程改名吗?

    我们在iOS开发中,难免会遇到项目做到一半要改名字的情况.如果项目名差的太大,工程名看起来总是不舒服的,有良心的开发者可能就会想着为工程改个贴切的名字,那么你就为用到本文记录的内容. 如果我们开发的两 ...

  8. android解析网络json数据(1)

    1.首先获得url,传入URL类,利用URL的openconnection方法,获得URLConnection,去的输入流,进行操作,具体代码如下: public class NetConnectio ...

  9. android连接打印机

    android连接  网络打印,主要使用socket连接设备,发送指令给设备. 首先要有设备的IP,端口号一般默认的是9100 //打印设备网络IP etIp.setText("192.16 ...

  10. Android系统开机启动流程及init进程浅析

    Android系统启动概述 Android系统开机流程基于Linux系统,总体可分为三个阶段: Boot Loader引导程序启动Linux内核启动Android系统启动,Launcher/app启动 ...