DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT dependencies on FND_CURRENCIES

Line 11: pg_base_curr_code fnd_currencies.currency_code%type;

7: pg_flag_dummy varchar2(1);
8: pg_earliest_date date;
9:
10: pg_salesrep_required_flag ar_system_parameters.salesrep_required_flag%type;
11: pg_base_curr_code fnd_currencies.currency_code%type;
12: pg_base_precision fnd_currencies.precision%type;
13: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
14:
15: -- TYPE credit_lines_type IS TABLE OF

Line 12: pg_base_precision fnd_currencies.precision%type;

8: pg_earliest_date date;
9:
10: pg_salesrep_required_flag ar_system_parameters.salesrep_required_flag%type;
11: pg_base_curr_code fnd_currencies.currency_code%type;
12: pg_base_precision fnd_currencies.precision%type;
13: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
14:
15: -- TYPE credit_lines_type IS TABLE OF
16: -- ra_customer_trx_lines.customer_trx_line_id%type

Line 13: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;

9:
10: pg_salesrep_required_flag ar_system_parameters.salesrep_required_flag%type;
11: pg_base_curr_code fnd_currencies.currency_code%type;
12: pg_base_precision fnd_currencies.precision%type;
13: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
14:
15: -- TYPE credit_lines_type IS TABLE OF
16: -- ra_customer_trx_lines.customer_trx_line_id%type
17: -- INDEX BY BINARY_INTEGER;

Line 62: p_currency_code IN fnd_currencies.currency_code%type)

58: p_customer_trx_line_id IN
59: ra_customer_trx_lines.customer_trx_line_id%type,
60: p_memo_line_type IN ar_memo_lines.line_type%type,
61: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,
62: p_currency_code IN fnd_currencies.currency_code%type)
63: IS
64: BEGIN
65:
66: arp_util.debug('arp_process_credit.create_salescredits()+');

Line 164: p_currency_code IN fnd_currencies.currency_code%type,

160: p_freight_type IN varchar2,
161: p_freight_ctlid IN ra_customer_trx_lines.customer_trx_line_id%type,
162: p_mode IN varchar2,
163: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
164: p_currency_code IN fnd_currencies.currency_code%type,
165: p_status OUT NOCOPY varchar2)
166: IS
167: l_credited_frt_ctlid ra_customer_trx.customer_trx_id%type;
168: l_freight_ctlid ra_customer_trx_lines.customer_trx_line_id%type;

Line 1179: p_currency_code IN fnd_currencies.currency_code%type,

1175: p_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
1176: p_prev_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
1177: p_credit_line_amount IN ra_customer_trx_lines.extended_amount%type,
1178: p_credit_freight_amount IN ra_customer_trx_lines.extended_amount%type,
1179: p_currency_code IN fnd_currencies.currency_code%type,
1180: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
1181: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,
1182: p_compute_tax IN varchar2,
1183: p_line_percent IN number,

Line 1490: p_currency_code IN fnd_currencies.currency_code%type,

1486: p_trx_rec IN ra_customer_trx%rowtype,
1487: p_trx_class IN ra_cust_trx_types.type%type,
1488: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
1489: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,
1490: p_currency_code IN fnd_currencies.currency_code%type,
1491: p_prev_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
1492: p_line_percent IN number,
1493: p_freight_pecent IN number,
1494: p_line_amount IN ra_customer_trx_lines.extended_amount%type,

Line 2063: p_currency_code IN fnd_currencies.currency_code%type,

2059: p_trx_rec IN OUT NOCOPY ra_customer_trx%rowtype,
2060: p_trx_class IN ra_cust_trx_types.type%type,
2061: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
2062: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,
2063: p_currency_code IN fnd_currencies.currency_code%type,
2064: p_prev_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
2065: p_line_percent IN number,
2066: p_freight_pecent IN number,
2067: p_line_amount IN ra_customer_trx_lines.extended_amount%type,

Line 2605: p_currency_code IN fnd_currencies.currency_code%type,

2601: p_line_percent IN number,
2602: p_freight_percent IN number,
2603: p_memo_line_type IN ar_memo_lines.line_type%type,
2604: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
2605: p_currency_code IN fnd_currencies.currency_code%type,
2606: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,
2607: p_compute_tax IN varchar2,
2608: p_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
2609: p_prev_customer_trx_id IN ra_customer_trx_lines.customer_trx_id%type,

Line 3145: p_currency_code IN fnd_currencies.currency_code%type,

3141: p_line_percent IN number,
3142: p_freight_percent IN number,
3143: p_memo_line_type IN ar_memo_lines.line_type%type,
3144: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
3145: p_currency_code IN fnd_currencies.currency_code%type,
3146: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,
3147: p_exchange_rate IN ra_customer_trx.exchange_rate%type,
3148: p_rerun_aa IN varchar2,
3149: p_recalculate_tax IN varchar2,