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. Gazebo機器人仿真學習探索筆記(七)连接ROS

    中文稍后补充,先上官方原版教程.ROS Kinetic 搭配 Gazebo 7 附件----官方教程 Tutorial: ROS integration overview As of Gazebo 1 ...

  2. 设置 NSZombieEnabled 定位 EXC_BAD_ACCESS 错误

    我们做 iOS 程序开发时经常用遇到 EXC_BAD_ACCESS 错误导致 Crash,出现这种错误时一般 Xcode 不会给我们太多的信息来定位错误来源,只是在应用 Delegate 上留下像 T ...

  3. CentOS升级Svn到最新版

    CentOS升级Svn到最新版(金庆的专栏)CentOS/RHEL yum 安装的 subversion 是 1.6.11 版本,连VisulaSVN服务器时会有"Key usage vio ...

  4. Java的多态及注意事项

    什么是多态: 多态不但能够改善代码的组织结构和可读性,还能够创建可扩展的程序.在Java中,所有的方法都是通过动态绑定实现多态的.将一个方法调用同一个方法主体关联起来被称作绑定.动态绑定的含义是在运行 ...

  5. 【NPR】卡通渲染

    写在前面 我的博客讲过好几篇卡通渲染了,比如[Unity Shader实战]卡通风格的Shader(一).[Unity Shader实战]卡通风格的Shader(二).[NPR]漫谈轮廓线的渲染.[S ...

  6. Swift基础之设计折线坐标图

    最近添加了折线视图的样式,所以在这里用Swift语言重新再使用设计一下 首先设置纵坐标的数值是:体重 //体重        let weightLabel = UILabel.init(frame: ...

  7. 16 Content Provider总结

    第16天 Content Provider 一, 什么是Content Provider? 内容提供者 Android四大主件之一 :短信记录 通讯录 联系人 自定义 >Content Prov ...

  8. 快速高分辨率图像的立体匹配方法Effective large scale stereo matching

    <Effective large scale stereo matching> In this paper we propose a novel approach to binocular ...

  9. Hibernate查询,返回new对象(注意这个新定义的类要有构造函数),使用sql带条件分页查询并且把结果显示到一个对象的集里面的解决方案

     IIndexDao package com.ucap.netcheck.dao; import com.ucap.netcheck.combination.beans.IndexCombinat ...

  10. Tag功能介绍—我们为什么打Tag?

    想必CSDN的新老用户在访问CSDN网站的博客.社区.下载等服务时,经常能够看到"请您添加标签"的提示.也许很多人对此抱有疑问:加标签有什么用?在这里我们为您集中解答一下疑惑. T ...