Process Order API - How To Scripts
In this Document
| Purpose |
| Questions and Answers |
| References |
APPLIES TO:
Oracle Order Management - Version 11.5 to 12.2.3 [Release 11.5 to 12.2]
Information in this document applies to any platform.
***Checked for relevance on 08-Sep-2014***
PURPOSE
This document is a compilation of Process Order API 'How To' Scripts
QUESTIONS AND ANSWERS
| Note Number |
Script Description |
| Document 364316.1 | How does one import Credit Card Payments using Process Order API ? |
| Document 427947.1 | How does one process orders from different operating units using Process Order API ? |
| Document 470741.1 | How Does One Book An Order Using Process Order API ? |
| Document 745369.1 | How Does One Update Order Header Details Using Process Order API For R12 ? |
| Document 746783.1 | Script To Create An Order With One Line |
| Document 746787.1 | Process Order API In Order Management |
| Document 746796.1 | Script To Add A New Line To An Existing Order |
| Document 746797.1 | Script To Cancel An Existing Order |
| Document 746798.1 | Script To Cancel An Existing Order Line |
| Document 746802.1 | Script To Update An Existing Order Line |
| Document 746803.1 | Script To Reserve an Order Line |
| Document 746804.1 | Script To Unreserve An Order Line |
| Document 746808.1 | Script To Split An Order Line |
| Document 746809.1 | Script To Delete An Order |
| Document 746810.1 | Script To Delete An Order Line |
| Document 746811.1 | Script To Apply Hold in Sales Order |
| Document 746812.1 | Script To Release Hold In A Sales Order |
| Document 755135.1 | How does one update Unit Price using Process Order API? |
| Document 811264.1 | How Does One Book An Order Using OE_INBOUND_INT.PROCESS_ORDER() ? |
| Document 869085.1 | Process Order API In Order Management - R12 Updates |
| Document 1128445.1 | Need Script To Apply Hold using Process Order API in R12 ? |
| Document 1907954.1 | Seeded API Not Generating Trxn_Extension_id In Oe_payments Table For ACH Payment Type Information |
Still Have Questions?
To discuss this information further with Oracle experts and industry peers, we encourage you to review, join or start a discussion in the My
Oracle Support Order Management EBS Community.
Let us know your feedback!
We hope you find this information useful. Our desire is to provide the right information when you need it. Please let us know how we are doing. To provide feedback on this note:
1. Select the "Rate this document" link. Depending on how you are viewing the note, you will find the link on the:
a) bottom left when viewing the note in a separate window.
b) upper right when viewing the note in the My Oracle Support window.
2. In the resulting pop-up box, enter your comments and ratings for the document.
3. Select Send Rating.
REFERENCES
NOTE:1396053.1 -
How to apply a HOLD at Line Level using an API ?
NOTE:1066731.1 -
Is There Any Documentation for the OE_HOLDS_PUB API?
Process Order API - How To Scripts的更多相关文章
- FileNet P8 工作流生命周期管理和 Process Engine API 应用介绍
摘录:https://www.ibm.com/developerworks/cn/data/library/techarticles/dm-0902wangzheng/ FileNet P8 工作流生 ...
- [archlinux] linux boot process/order/stage
信息量好大 --! 神教读物,无人能比: https://wiki.archlinux.org/index.php/Arch_boot_process IBM的高质量文档 https://www.ib ...
- How to Simulate the Price Order or Price Line Function using API QP_PREQ_PUB.PRICE_REQUEST Includes
How to Simulate the Price Order or Price Line Function using API QP_PREQ_PUB.PRICE_REQUEST Includes ...
- OM模块功能&API详解
(一)销售订单概述 1.1 与车间模块关系 当使用ATO类型订单时,订单管理模块会直接在车间模块中产生任务 1.2 与库存模块关系 在销售订单中使用的物料,单位等信息均来自库存模块,在订单执行 ...
- Oracle EBS 创建 RMA
DECLARE l_api_version_number NUMBER := 1; l_return_status VARCHAR2(2000); l_msg_count NUMBER; l_msg_ ...
- Oracle EBS OM 发放订单
DECLARE l_header_rec OE_ORDER_PUB.Header_Rec_Type; l_line_tbl OE_ORDER_PUB.Line_Tbl_Type; l_action_r ...
- Oracle EBS OM 取消订单
DECLARE l_header_rec OE_ORDER_PUB.Header_Rec_Type; l_line_tbl OE_ORDER_PUB.Line_Tbl_Type; l_action_r ...
- Flink DataStream API 中的多面手——Process Function详解
之前熟悉的流处理API中的转换算子是无法访问事件的时间戳信息和水位线信息的.例如:MapFunction 这样的map转换算子就无法访问时间戳或者当前事件的时间. 然而,在一些场景下,又需要访问这些信 ...
- 【ASP.NET Web API教程】4.2 路由与动作选择
原文:[ASP.NET Web API教程]4.2 路由与动作选择 注:本文是[ASP.NET Web API系列教程]的一部分,如果您是第一次看本系列教程,请先看前面的内容. 4.2 Routing ...
随机推荐
- 大数据基础知识问答----spark篇,大数据生态圈
Spark相关知识点 1.Spark基础知识 1.Spark是什么? UCBerkeley AMPlab所开源的类HadoopMapReduce的通用的并行计算框架 dfsSpark基于mapredu ...
- Android Studio下导出jar包和aar包
Android Studio下导出jar包和aar包 jar包和aar包的区别 步骤 1. 创建Android工程 创建工程比较简单,不错复述 2. 创建一个Library(Module) 创建了一个 ...
- Android文件(File)操作
Android 使用与其他平台上基于磁盘的文件系统类似的文件系统. 本文讲述如何使用 Android 文件系统通过 File API 读取和写入文件. File 对象适合按照从开始到结束的顺序不跳过地 ...
- Android开发基础规范(二)
转载请把头部出处链接和尾部二维码一起转载,本文出自逆流的鱼yuiop:http://blog.csdn.net/hejjunlin/article/details/52614696 前言:Androi ...
- maven配置详解
什么是pom? pom作为项目对象模型.通过xml表示maven项目,使用pom.xml来实现.主要描述了项目:包括配置文件:开发者需要遵循的规则,缺陷管理系统,组织和licenses,项目的 ...
- SQL Server 执行计划操作符详解(1)——断言(Assert)
前言: 很多很多地方对于语句的优化,一般比较靠谱的回复即使--把执行计划发出来看看.当然那些只看语句就说如何如何改代码,我一直都是拒绝的,因为这种算是纯蒙.根据本人经验,大量的性能问题单纯从语句来看很 ...
- 详解EBS接口开发之供应商导入补充-供应商地点增加实例
DECLARE --v_org_id number; v_vendor_interface_id NUMBER; v_vendor_site_interface_id NUMBER; --接口表的id ...
- 编译GDAL支持OpenCL使用GPU加速
前言 GDAL库中提供的gdalwarp支持各种高性能的图像重采样算法,图像重采样算法广泛应用于图像校正,重投影,裁切,镶嵌等算法中,而且对于这些算法来说,计算坐标变换的运算量是相当少的,绝大部分运算 ...
- Ubuntu 安装 texlive2013 及中文支持
分享一下安装和配置经验. 1.材料准备 texlive的安装包:可以百度下,这里也提供一个下载地址: http://mirror.hust.edu.cn/CTAN/systems/texlive/Im ...
- ubuntu mysql表名大小写区分
近期开发线上操作系统用的ubuntu,数据库用的mysql,突然发现mysql表名大写报错,找一下原因,看了下mysql的配置,果真可以设置,窃喜. 先找到你MySQL的my.cnf配置文件并修改,当 ...