DBA Data[Home] [Help]

PACKAGE: APPS.EC_CDMO_EXT

Source


1 PACKAGE EC_CDMO_EXT  AS
2 /* $Header: ECCDMOXS.pls 120.1 2005/06/30 11:20:10 appldev noship $      */
3 /*#
4  * This package contains routines to populate additonal columns for
5  * 812/CREADV/DEBADV Credit/Debit Memo Outbound (CDMO) flat file.
6  * @rep:scope internal
7  * @rep:product EC
8  * @rep:lifecycle active
9  * @rep:displayname Outbound Credit/Debit Memo (CDMO) Extensible Architecture
10  * @rep:compatibility S
11  * @rep:category BUSINESS_ENTITY AR_CREDIT_MEMO
12  * @rep:category BUSINESS_ENTITY AR_DEBIT_MEMO
13  */
14 /*#
15  * This procedure can be used to populate additional data
16  * in   level 01.This procedure can be modified by the user to utilize
17  * the EDI Extension Tables.
18  * @rep:lifecycle active
19  * @rep:displayname Populate Outbound Credit/Debit Memo (CDMO) Level 01 with Additional Columns
20  * @rep:compatibility S
21  */
22 
23 procedure CDMO_Populate_Ext_Lev01;
24 /*#
25  * This procedure can be used to populate additional data
26  * in level 02.This procedure can be modified by the user to utilize
27  * the EDI Extension Tables.
28  * @rep:lifecycle active
29  * @rep:displayname Populate Outbound Credit/Debit Memo (CDMO) Level 02 with Additional Columns
30  * @rep:compatibility S
31  */
32 
33 procedure CDMO_Populate_Ext_Lev02;
34 
35 /*#
36  * This procedure can be used to populate additional data
37  * in level 03.This procedure can be modified by the user to utilize
38  * the EDI Extension Tables.
39  * @rep:lifecycle active
40  * @rep:displayname Populate Outbound Credit/Debit Memo (CDMO) Level 03 with Additional Columns
41  * @rep:compatibility S
42  */
43 
44 procedure CDMO_Populate_Ext_Lev03;
45 
46 /*#
47  * This procedure can be used to populate additional data
48  * in level 04.This procedure can be modified by the user to utilize
49  * the EDI Extension Tables.
50  * @rep:lifecycle active
51  * @rep:displayname Populate Outbound Credit/Debit Memo (CDMO) Level 04 with Additional Columns
52  * @rep:compatibility S
53  */
54 
55 procedure CDMO_Populate_Ext_Lev04;
56 
57 /*#
58  * This procedure can be used to populate additional data
59  * in level 05.This procedure can be modified by the user to utilize
60  * the EDI Extension Tables.
61  * @rep:lifecycle active
62  * @rep:displayname Populate Outbound Credit/Debit Memo (CDMO) Level 05 with Additional Columns
63  * @rep:compatibility S
64  */
65 
66 procedure CDMO_Populate_Ext_Lev05;
67 
68 /*#
69  * This procedure can be used to populate additional data
70  * in level 06.This procedure can be modified by the user to utilize
71  * the EDI Extension Tables.
72  * @rep:lifecycle active
73  * @rep:displayname Populate Outbound Credit/Debit Memo (CDMO) Level 06 with Additional Columns
74  * @rep:compatibility S
75  */
76 
77 procedure CDMO_Populate_Ext_Lev06;
78 
79 end EC_CDMO_EXT;