DBA Data[Home] [Help]

APPS.PSA_MFAR_ADJUSTMENTS dependencies on RA_CUSTOMER_TRX_LINES

Line 20: (cust_trx_line_id ra_customer_trx_lines.customer_trx_line_id%type,

16:
17: FUNCTION is_reverse_entry( l_index IN NUMBER) RETURN BOOLEAN;
18:
19: TYPE hold_ccid_info_rec_type IS RECORD
20: (cust_trx_line_id ra_customer_trx_lines.customer_trx_line_id%type,
21: line_type ra_customer_trx_lines.line_type%type,
22: cust_trx_line_gl_dist_id ra_cust_trx_line_gl_dist.cust_trx_line_gl_dist_id%type ,
23: mf_rec_ccid psa_mf_trx_dist_all.mf_receivables_ccid%type,
24: code_combination_id ra_cust_trx_line_gl_dist.code_combination_id%type ,

Line 21: line_type ra_customer_trx_lines.line_type%type,

17: FUNCTION is_reverse_entry( l_index IN NUMBER) RETURN BOOLEAN;
18:
19: TYPE hold_ccid_info_rec_type IS RECORD
20: (cust_trx_line_id ra_customer_trx_lines.customer_trx_line_id%type,
21: line_type ra_customer_trx_lines.line_type%type,
22: cust_trx_line_gl_dist_id ra_cust_trx_line_gl_dist.cust_trx_line_gl_dist_id%type ,
23: mf_rec_ccid psa_mf_trx_dist_all.mf_receivables_ccid%type,
24: code_combination_id ra_cust_trx_line_gl_dist.code_combination_id%type ,
25: amount_due psa_mf_balances_view.amount_due_original%type,