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的更多相关文章

  1. FileNet P8 工作流生命周期管理和 Process Engine API 应用介绍

    摘录:https://www.ibm.com/developerworks/cn/data/library/techarticles/dm-0902wangzheng/ FileNet P8 工作流生 ...

  2. [archlinux] linux boot process/order/stage

    信息量好大 --! 神教读物,无人能比: https://wiki.archlinux.org/index.php/Arch_boot_process IBM的高质量文档 https://www.ib ...

  3. 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 ...

  4. OM模块功能&API详解

    (一)销售订单概述 1.1   与车间模块关系 当使用ATO类型订单时,订单管理模块会直接在车间模块中产生任务 1.2   与库存模块关系 在销售订单中使用的物料,单位等信息均来自库存模块,在订单执行 ...

  5. Oracle EBS 创建 RMA

    DECLARE l_api_version_number NUMBER := 1; l_return_status VARCHAR2(2000); l_msg_count NUMBER; l_msg_ ...

  6. 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 ...

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

  8. Flink DataStream API 中的多面手——Process Function详解

    之前熟悉的流处理API中的转换算子是无法访问事件的时间戳信息和水位线信息的.例如:MapFunction 这样的map转换算子就无法访问时间戳或者当前事件的时间. 然而,在一些场景下,又需要访问这些信 ...

  9. 【ASP.NET Web API教程】4.2 路由与动作选择

    原文:[ASP.NET Web API教程]4.2 路由与动作选择 注:本文是[ASP.NET Web API系列教程]的一部分,如果您是第一次看本系列教程,请先看前面的内容. 4.2 Routing ...

随机推荐

  1. 豌豆夹Redis解决方案Codis源码剖析:Proxy代理

    豌豆夹Redis解决方案Codis源码剖析:Proxy代理 1.预备知识 1.1 Codis Codis就不详细说了,摘抄一下GitHub上的一些项目描述: Codis is a proxy base ...

  2. Android音频处理——通过AudioRecord去保存PCM文件进行录制,播放,停止,删除功能

    Android音频处理--通过AudioRecord去保存PCM文件进行录制,播放,停止,删除功能 音频这方面很博大精深,我这里肯定讲不了什么高级的东西,最多也只是一些基础类知识,首先,我们要介绍一下 ...

  3. 联想G510 在新的SSD上安装Win8.1系统,启动的时候自己加载机械硬盘的Win8.1系统

    进入BIOS,选择Boot,将Boot Priority(优先),修改为Legacy(传统) First: 启动的时候就不会使用UEFI First的windows Boot Manager(wind ...

  4. RE模块疑问

    待处理: >>> re.findall(r'[-+]*\d+(?:\.\d+)?','-++++---+123.012') ['-++++---+123.012'] >> ...

  5. Linux下文件和文件夹操作命令详解

    花了两个小时的时间,把文件和文件夹相关的常用命令:创建.删除.移动.复制.查找.重命名在linux上测试了一把,总结下来.文件夹的这些基本操作是要多注意的,一不小心就达不到你想要的效果. 文件夹操作: ...

  6. java泛型总结(类型擦除、伪泛型、陷阱)

    JDK1.5开始实现了对泛型的支持,但是java对泛型支持的底层实现采用的是类型擦除的方式,这是一种伪泛型.这种实现方式虽然可用但有其缺陷. <Thinking in Java>的作者 B ...

  7. 1.cocos2dx 3.2环境搭建

    1        所需软件 jdk-7u25-windows-i586.exe python-2.7.8.amd64.msi cocos2d-x-3.2.zip apache-ant-1.9.4.zi ...

  8. 关于ROS学习的一些反思

    距离发布上一篇ROS的博客已经过去两年了,才发现原来自己已经这么久可没有写过关于ROS的文章,想来很是惭愧.这两年时间,自己怀着程序员的梦想,研究过RTOS,探索过Linux,编写过Android应用 ...

  9. java之IO流详解(一)

    IO流的分类: A:流向 输入流 读取数据 输出流 写出数据 B:数据类型 字节流 字节输入流  InputStream 字节输出流  OutputStream 字符流 字符输入流  Reader 字 ...

  10. Java基本语法-----java注释

    1注释的作用 通过注释提高程序的可读性,是java程序的条理更加清晰,易于区分代码行与注释行.另外通常在程序开头加入作者,时间,版本,要实现的功能等内容注释,方便后来的维护以及程序员的交流. 2注释的 ...