DBA Data[Home] [Help]

APPS.ARP_PROCESS_LINE dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 19: p_amount1 IN ra_cust_trx_line_gl_dist.amount%type

15: DEFAULT NULL,
16: p_ccid2 IN
17: gl_code_combinations.code_combination_id%type
18: DEFAULT NULL,
19: p_amount1 IN ra_cust_trx_line_gl_dist.amount%type
20: DEFAULT NULL,
21: p_amount2 IN ra_cust_trx_line_gl_dist.amount%type
22: DEFAULT NULL,
23: p_rule_start_date OUT NOCOPY

Line 21: p_amount2 IN ra_cust_trx_line_gl_dist.amount%type

17: gl_code_combinations.code_combination_id%type
18: DEFAULT NULL,
19: p_amount1 IN ra_cust_trx_line_gl_dist.amount%type
20: DEFAULT NULL,
21: p_amount2 IN ra_cust_trx_line_gl_dist.amount%type
22: DEFAULT NULL,
23: p_rule_start_date OUT NOCOPY
24: ra_customer_trx_lines.rule_start_date%type,
25: p_accounting_rule_duration OUT NOCOPY

Line 28: ra_cust_trx_line_gl_dist.gl_date%type,

24: ra_customer_trx_lines.rule_start_date%type,
25: p_accounting_rule_duration OUT NOCOPY
26: ra_customer_trx_lines.accounting_rule_duration%type,
27: p_gl_date IN OUT NOCOPY
28: ra_cust_trx_line_gl_dist.gl_date%type,
29: p_trx_date IN OUT NOCOPY
30: ra_customer_trx.trx_date%type,
31: p_header_currency_code IN
32: ra_customer_trx.invoice_currency_code%type

Line 57: ra_cust_trx_line_gl_dist.gl_date%type,

53: ra_customer_trx_lines.rule_start_date%type,
54: p_accounting_rule_duration OUT NOCOPY
55: ra_customer_trx_lines.accounting_rule_duration%type,
56: p_gl_date IN OUT NOCOPY
57: ra_cust_trx_line_gl_dist.gl_date%type,
58: p_trx_date IN OUT NOCOPY
59: ra_customer_trx.trx_date%type,
60: p_status OUT NOCOPY varchar2 );
61:

Line 71: p_gl_date IN OUT NOCOPY ra_cust_trx_line_gl_dist.gl_date%type,

67: p_recalculate_tax_flag IN boolean,
68: p_trx_amount IN number,
69: p_exchange_rate IN ra_customer_trx.exchange_rate%type,
70: p_header_currency_code IN fnd_currencies.currency_code%type,
71: p_gl_date IN OUT NOCOPY ra_cust_trx_line_gl_dist.gl_date%type,
72: p_trx_date IN OUT NOCOPY ra_customer_trx.trx_date%type,
73: p_line_rec IN ra_customer_trx_lines%rowtype,
74: p_status OUT NOCOPY varchar2 );
75: