DBA Data[Home] [Help]

PACKAGE: APPS.EC_PYO_EXT

Source


1 PACKAGE EC_PYO_EXT AUTHID CURRENT_USER AS
2 -- $Header: ECEPYOXS.pls 120.2 2006/07/26 10:38:10 arsriniv ship $
3  /*#
4  * This package contains routines to populate additonal columns for
5  * 820/PAYORD  Payment Advice/Remittance Outbound (PYO) flat file.
6  * @rep:scope internal
7  * @rep:product EC
8  * @rep:lifecycle active
9  * @rep:displayname Outbound Payment/Remittance Advice (PYO) Extensible Architecture
10  * @rep:compatibility S
11  * @rep:category BUSINESS_ENTITY AP_PAYMENT
12  */
13 
14 /*#
15  * This procedure can be used to populate additional data
16  * in  Payment level.This procedure can be modified by the user to utilize
17  * the EDI Extension Tables.
18  * @rep:lifecycle active
19  * @rep:displayname Populate Outbound Payment/Remittance Advice(PYO) Payment with Additional Columns
20  * @rep:compatibility S
21  */
22 
23 Procedure  pyo_populate_ext_lev01;
24 /*#
25  * This procedure can be used to populate additional data
26  * in  Invoice level.This procedure can be modified by the user to utilize
27  * the EDI Extension Tables.
28  * @rep:lifecycle active
29  * @rep:displayname Populate Outbound Payment/Remittance Advice(PYO) Invoice with Additional Columns
30  * @rep:compatibility S
31  */
32 
33 Procedure  pyo_populate_ext_lev02;
34 
35 end EC_PYO_EXT;