DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT dependencies on FND_CURRENCIES

Line 19: p_currency_code IN fnd_currencies.currency_code%type,

15: p_trx_rec IN ra_customer_trx%rowtype,
16: p_trx_class IN ra_cust_trx_types.type%type,
17: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
18: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,
19: p_currency_code IN fnd_currencies.currency_code%type,
20: p_prev_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
21: p_line_percent IN number,
22: p_freight_pecent IN number,
23: p_line_amount IN ra_customer_trx_lines.extended_amount%type,

Line 41: p_currency_code IN fnd_currencies.currency_code%type,

37: p_trx_rec IN OUT NOCOPY ra_customer_trx%rowtype,
38: p_trx_class IN ra_cust_trx_types.type%type,
39: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
40: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,
41: p_currency_code IN fnd_currencies.currency_code%type,
42: p_prev_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
43: p_line_percent IN number,
44: p_freight_pecent IN number,
45: p_line_amount IN ra_customer_trx_lines.extended_amount%type,

Line 68: p_currency_code IN fnd_currencies.currency_code%type,

64: p_line_percent IN number,
65: p_freight_percent IN number,
66: p_memo_line_type IN ar_memo_lines.line_type%type,
67: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
68: p_currency_code IN fnd_currencies.currency_code%type,
69: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,
70: p_compute_tax IN varchar2,
71: p_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
72: p_prev_customer_trx_id IN ra_customer_trx_lines.customer_trx_id%type,

Line 93: p_currency_code IN fnd_currencies.currency_code%type,

89: p_line_percent IN number,
90: p_freight_percent IN number,
91: p_memo_line_type IN ar_memo_lines.line_type%type,
92: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
93: p_currency_code IN fnd_currencies.currency_code%type,
94: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,
95: p_exchange_rate IN ra_customer_trx.exchange_rate%type,
96: p_rerun_aa IN varchar2,
97: p_recalculate_tax IN varchar2,