DBA Data[Home] [Help]

APPS.ARP_DATES dependencies on RA_CUSTOMER_TRX_LINES

Line 9: ra_customer_trx_lines.accounting_rule_duration%type,

5: PROCEDURE val_gl_periods_for_rules(
6: p_request_id IN ra_customer_trx.request_id%type,
7: p_acc_rule_id IN ra_rules.rule_id%type,
8: p_acc_duration IN
9: ra_customer_trx_lines.accounting_rule_duration%type,
10: p_rule_start_date IN
11: ra_customer_trx_lines.rule_start_date%type,
12: p_sob_id IN
13: gl_sets_of_books.set_of_books_id%type );

Line 11: ra_customer_trx_lines.rule_start_date%type,

7: p_acc_rule_id IN ra_rules.rule_id%type,
8: p_acc_duration IN
9: ra_customer_trx_lines.accounting_rule_duration%type,
10: p_rule_start_date IN
11: ra_customer_trx_lines.rule_start_date%type,
12: p_sob_id IN
13: gl_sets_of_books.set_of_books_id%type );
14:
15: /*bug 5884520 added parameter for handling invoice api call*/