DBA Data[Home] [Help]

APPS.ARP_PROCESS_DEBIT_MEMO dependencies on GL_CODE_COMBINATIONS

Line 44: gl_code_combinations.code_combination_id%type,

40: PROCEDURE line_post_insert (
41: p_customer_trx_line_id IN
42: ra_customer_trx_lines.customer_trx_line_id%type,
43: p_ccid1 IN
44: gl_code_combinations.code_combination_id%type,
45: p_ccid2 IN
46: gl_code_combinations.code_combination_id%type,
47: p_amount1 IN
48: ra_cust_trx_line_gl_dist.amount%type,

Line 46: gl_code_combinations.code_combination_id%type,

42: ra_customer_trx_lines.customer_trx_line_id%type,
43: p_ccid1 IN
44: gl_code_combinations.code_combination_id%type,
45: p_ccid2 IN
46: gl_code_combinations.code_combination_id%type,
47: p_amount1 IN
48: ra_cust_trx_line_gl_dist.amount%type,
49: p_amount2 IN
50: ra_cust_trx_line_gl_dist.amount%type )