DBA Data[Home] [Help]

PACKAGE: APPS.EC_POCAO_EXT

Source


1 PACKAGE EC_POCAO_EXT  AUTHID CURRENT_USER AS
2 /* $Header: ECPOCAOXS.pls 120.1 2005/06/30 11:23:42 appldev noship $      */
3 /*#
4 * This is a stub API provided as part of the Extensible Architecture feature of the Oracle e-Commerce Gateway and can be used to populate extension columns in the Purchase Order Change Acknowledgments EDI transaction.
5 * @rep:scope public
6 * @rep:metalink 73442.1 EDI White Papers
7 * @rep:product ONT
8 * @rep:lifecycle active
9 * @rep:displayname Purchase Order Change Acknowledgments Extension Columns API
10 * @rep:category BUSINESS_ENTITY ONT_SALES_ORDER
11 */
12 
13 /*#
14 * Use this procedure to populate extension columns at Data Level 1 in the Purchase Order Change Acknowledgments EDI transaction.  Code should be added in this procedure to move external source data to the desired extension columns.
15 * @rep:scope public
16 * @rep:metalink 73442.1 EDI White Papers
17 * @rep:lifecycle active
18 * @rep:displayname Populate Purchase Order Change Acknowledgments Extension Level 1
19 * @rep:category BUSINESS_ENTITY ONT_SALES_ORDER
20 */
21 procedure POCAO_Populate_Ext_Lev01;
22 
23 /*#
24 * Use this procedure to populate extension columns at Data Level 2 in the Purchase Order Change Acknowledgments EDI transaction.  Code should be added in this procedure to move external source data to the desired extension columns.
25 * @rep:scope public
26 * @rep:metalink 73442.1 EDI White Papers
27 * @rep:lifecycle active
28 * @rep:displayname Populate Purchase Order Change Acknowledgments Extension Level 2
29 * @rep:category BUSINESS_ENTITY ONT_SALES_ORDER
30 */
31 procedure POCAO_Populate_Ext_Lev02;
32 end EC_POCAO_EXT;