DBA Data[Home] [Help]

APPS.ARP_PROCESS_DEBIT_MEMO dependencies on GL_CODE_COMBINATIONS

Line 8: gl_code_combinations.code_combination_id%type,

4: PROCEDURE line_post_insert (
5: p_customer_trx_line_id IN
6: ra_customer_trx_lines.customer_trx_line_id%type,
7: p_ccid1 IN
8: gl_code_combinations.code_combination_id%type,
9: p_ccid2 IN
10: gl_code_combinations.code_combination_id%type,
11: p_amount1 IN
12: ra_cust_trx_line_gl_dist.amount%type,

Line 10: gl_code_combinations.code_combination_id%type,

6: ra_customer_trx_lines.customer_trx_line_id%type,
7: p_ccid1 IN
8: gl_code_combinations.code_combination_id%type,
9: p_ccid2 IN
10: gl_code_combinations.code_combination_id%type,
11: p_amount1 IN
12: ra_cust_trx_line_gl_dist.amount%type,
13: p_amount2 IN
14: ra_cust_trx_line_gl_dist.amount%type );