DBA Data[Home] [Help]

PACKAGE: APPS.ARP_PROCESS_PAYINFO

Source


1 PACKAGE ARP_PROCESS_PAYINFO  AS
2 /*$Header: ARPPYMTSS.pls 120.0 2005/09/02 19:33:06 ralat noship $ */
3 
4 /*=======================================================================+
5  |  Declare PUBLIC Data Types and Variables
6  +=======================================================================*/
7 
8 /*=======================================================================+
9  |  Declare PUBLIC Exceptions
10  +=======================================================================*/
11 
12 
13 /*========================================================================
14  | Procedure ai_batch()
15  |
16  | DESCRIPTION
17  |      Process Payment information of Invoices from AutoInvoice batch
18  |
19  | PSEUDO CODE/LOGIC
20  |
21  | PARAMETERS
22  |
23  | RETURNS
24  |      nothing
25  |
26  | KNOWN ISSUES
27  |
28  |
29  |
30  | NOTES
31  |
32  |
33  |
34  | MODIFICATION HISTORY
35  | Date                  Author           Description of Changes
36  | 25-AUG-2005           Ramakant Alat    Created
37  |
38  *=======================================================================*/
39 PROCEDURE copy_payment_ext_id;
40 
41 /*========================================================================
42  | Procedure default_payment_attributes()
43  |
44  | DESCRIPTION
45  |      This procedure deaults the payment_attributes for transaction
46  |      grouping
47  |
48  | PSEUDO CODE/LOGIC
49  |
50  | PARAMETERS
51  |
52  | RETURNS
53  |      nothing
54  |
55  | KNOWN ISSUES
56  |
57  |
58  |
59  | NOTES
60  |
61  |
62  |
63  | MODIFICATION HISTORY
64  | Date                  Author           Description of Changes
65  | 28-Aug-2005           Ramakant Alat    Created
66  |
67  *=======================================================================*/
68 PROCEDURE default_payment_attributes;
69 
70 /*========================================================================
71  | Procedure validate_payment_ext_id()
72  |
73  | DESCRIPTION
74  |      This procedure validate ext id
75  |
76  | PSEUDO CODE/LOGIC
77  |
78  | PARAMETERS
79  |
80  | RETURNS
81  |      nothing
82  |
83  | KNOWN ISSUES
84  |
85  |
86  |
87  | NOTES
88  |
89  |
90  |
91  | MODIFICATION HISTORY
92  | Date                  Author           Description of Changes
93  | 28-Aug-2005           Ramakant Alat    Created
94  |
95  *=======================================================================*/
96 PROCEDURE validate_payment_ext_id;
97 
98 END ARP_PROCESS_PAYINFO;