DBA Data[Home] [Help]

APPS.ARP_DATES dependencies on RA_CUSTOMER_TRX

Line 6: p_request_id IN ra_customer_trx.request_id%type,

2: /* $Header: ARTUDATS.pls 120.2.12000000.2 2007/02/23 13:04:38 naneja ship $ */
3:
4:
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

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*/

Line 19: ra_customer_trx.customer_trx_id%type,

15: /*bug 5884520 added parameter for handling invoice api call*/
16:
17: PROCEDURE derive_gl_trx_dates_from_rules (
18: p_customer_trx_id IN
19: ra_customer_trx.customer_trx_id%type,
20: p_gl_date IN OUT NOCOPY
21: ra_cust_trx_line_gl_dist.gl_date%type,
22: p_trx_date IN OUT NOCOPY
23: ra_customer_trx.trx_date%type,

Line 23: ra_customer_trx.trx_date%type,

19: ra_customer_trx.customer_trx_id%type,
20: p_gl_date IN OUT NOCOPY
21: ra_cust_trx_line_gl_dist.gl_date%type,
22: p_trx_date IN OUT NOCOPY
23: ra_customer_trx.trx_date%type,
24: p_recalculate_tax_flag IN OUT NOCOPY boolean,
25: P_created_from IN ar_trx_header_gt.created_from%type default NULL,
26: p_defaulted_gl_date_flag IN ar_trx_header_gt.defaulted_gl_date_flag%type default NULL
27: );