DBA Data[Home] [Help]

APPS.ARP_ETAX_UTIL dependencies on ARP_ACCT_MAIN

Line 7: SUBTYPE ae_doc_rec_type IS ARP_ACCT_MAIN.ae_doc_rec_type;

3:
4: /*=======================================================================+
5: | Declare PUBLIC Data Types and Variables
6: +=======================================================================*/
7: SUBTYPE ae_doc_rec_type IS ARP_ACCT_MAIN.ae_doc_rec_type;
8: SUBTYPE ae_sys_rec_type IS ARP_ACCT_MAIN.ae_sys_rec_type;
9:
10: g_gt_id NUMBER;
11:

Line 8: SUBTYPE ae_sys_rec_type IS ARP_ACCT_MAIN.ae_sys_rec_type;

4: /*=======================================================================+
5: | Declare PUBLIC Data Types and Variables
6: +=======================================================================*/
7: SUBTYPE ae_doc_rec_type IS ARP_ACCT_MAIN.ae_doc_rec_type;
8: SUBTYPE ae_sys_rec_type IS ARP_ACCT_MAIN.ae_sys_rec_type;
9:
10: g_gt_id NUMBER;
11:
12: /*=======================================================================+

Line 142: prorating accounting (needed for arp_acct_Main call)

138: tax has been calculated on this transaction.
139:
140: OUTPUT:
141: p_gt_id = sequence ID assigned in GT table for
142: prorating accounting (needed for arp_acct_Main call)
143: p_prorated_line = portion of p_amount allocated to LINE
144: p_prorated_tax = portion of p_amount allocated to TAX
145: */
146: PROCEDURE prorate_recoverable(p_adj_id IN NUMBER,

Line 185: prorating accounting (needed for arp_acct_Main call)

181: tax has been calculated on this transaction.
182:
183: OUTPUT:
184: p_gt_id = sequence ID assigned in GT table for
185: prorating accounting (needed for arp_acct_Main call)
186: p_prorated_line = portion of p_amount allocated to LINE
187: p_prorated_tax = portion of p_amount allocated to TAX
188:
189: BOTH: