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. 20160225.CCPP体系详解(0035天)

    程序片段(01):CircleList.h+CircleList.c+main.c 内容概要:环形链表 ///CircleList.h #pragma once #include <stdio. ...

  2. iOS 中的类属性

    转自:iOS 知识小集 从Xcode 8开始,LLVM已经支持Objective-C显式声明类属性了,这是为了与Swift中的类属性互操作而引入的.在WWDC 2016 What's New in L ...

  3. RxJava(十)switchIfEmpty操作符实现Android检查本地缓存逻辑判断

    欢迎转载,转载请标明出处: http://blog.csdn.net/johnny901114/article/details/52585912 本文出自:[余志强的博客] switchIfEmpty ...

  4. 27 自定义View 和案例

    有时安卓提供的View不满足我们的需求时可以创建一个类继承View或其子类重写方法 如 package com.qf.sxy.day28_customview.view; import android ...

  5. emysql add_poop() 超时出错

    emysql add_poop() 超时出错(金庆的专栏)sample/a_hello.erl 连接本机更改为连接局域网内的MySql服务器:    emysql:add_pool(hello_poo ...

  6. Android ListView中Item点击事件失效解决方案

    欢迎关注公众号,每天推送Android技术文章,二维码如下:(可扫描) 在平常的开发过程中,我们的ListView可能不只是简单的显示下文本或者按钮,更多的是显示复杂的布局,这样的话,我们就得自己写布 ...

  7. Oracle 大数据集成实施

    Oracle 大数据实施架构 Oracle为广大客户提供了一个预装的用于测试和学习目的的免费大数据环境.你可以在这个环境中对Oracle大数据一体机(Big Data Appliance)上的可选软件 ...

  8. iOS开发之Xcode常用调试(Debug)技巧总结

    一.Xcode调试技巧之:NSLog 上面也提到了,在我们日常的开发过程中最常见的Debug方式就是打Log.而在OC语言中,打Log是采用NSLog方法.但是NSLog效率低下,具体原因可以看这篇博 ...

  9. 剑指offer面试题6 重建二叉树(java)

    注:(1)java中树的构建 (2)构建子树时可以直接利用Arrays.copyOfRange(preorder, from, to),这个方法是左开右闭的 package com.xsf.SordF ...

  10. Java并发框架——同步状态的管理

    整个AQS框架核心功能都是围绕着其32位整型属性state进行,一般可以说它表示锁的数量,对同步状态的控制可以实现不同的同步工具,例如闭锁.信号量.栅栏等等.为了保证可见性此变量被声明为volatil ...