DBA Data[Home] [Help]

APPS.ARP_ALLOCATION_PKG dependencies on AR_ADJUSTMENTS

Line 15: adj_code_combination_id ar_adjustments.code_combination_id%TYPE;

11: SUBTYPE ae_line_tbl_type IS ARP_ACCT_MAIN.ae_line_tbl_type;
12: SUBTYPE ae_curr_rec_type IS ARP_ACCT_MAIN.ae_curr_rec_type;
13: SUBTYPE ae_rule_rec_type IS ARP_ACCT_MAIN.ae_app_rule_rec_type;
14:
15: adj_code_combination_id ar_adjustments.code_combination_id%TYPE;
16:
17: --Cache counter to store substituted ccid in a global table
18: cache_ctr BINARY_INTEGER := 0;
19:

Line 160: p_adj_rec IN ar_adjustments%ROWTYPE ,

156: p_ae_event_rec IN ae_event_rec_type ,
157: p_ae_rule_rec IN ae_rule_rec_type ,
158: p_app_rec IN ar_receivable_applications%ROWTYPE ,
159: p_cust_inv_rec IN ra_customer_trx%ROWTYPE ,
160: p_adj_rec IN ar_adjustments%ROWTYPE ,
161: p_ae_ctr IN OUT NOCOPY BINARY_INTEGER ,
162: p_ae_line_tbl IN OUT NOCOPY ae_line_tbl_type ,
163: p_br_cust_trx_line_id IN ra_customer_trx_lines.customer_trx_line_id%TYPE default NULL,
164: p_simul_app IN VARCHAR2 default NULL ,