DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT dependencies on RA_SALESREPS

Line 61: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,

57: p_customer_trx_id IN ra_customer_trx.customer_trx_id%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: l_line_salesrep_flag NUMBER := 0;
65: BEGIN

Line 1211: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,

1207: p_credit_line_amount IN ra_customer_trx_lines.extended_amount%type,
1208: p_credit_freight_amount IN ra_customer_trx_lines.extended_amount%type,
1209: p_currency_code IN fnd_currencies.currency_code%type,
1210: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
1211: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,
1212: p_compute_tax IN varchar2,
1213: p_line_percent IN number,
1214: p_credit_tax_amount IN OUT NOCOPY ra_customer_trx_lines.extended_amount%type,
1215: p_status OUT NOCOPY varchar2,

Line 1519: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,

1515: p_form_version IN number,
1516: p_trx_rec IN ra_customer_trx%rowtype,
1517: p_trx_class IN ra_cust_trx_types.type%type,
1518: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
1519: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,
1520: p_currency_code IN fnd_currencies.currency_code%type,
1521: p_prev_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
1522: p_line_percent IN number,
1523: p_freight_pecent IN number,

Line 2092: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,

2088: p_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
2089: p_trx_rec IN OUT NOCOPY ra_customer_trx%rowtype,
2090: p_trx_class IN ra_cust_trx_types.type%type,
2091: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
2092: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,
2093: p_currency_code IN fnd_currencies.currency_code%type,
2094: p_prev_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
2095: p_line_percent IN number,
2096: p_freight_pecent IN number,

Line 2636: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,

2632: p_freight_percent IN number,
2633: p_memo_line_type IN ar_memo_lines.line_type%type,
2634: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
2635: p_currency_code IN fnd_currencies.currency_code%type,
2636: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,
2637: p_compute_tax IN varchar2,
2638: p_customer_trx_id IN ra_customer_trx.customer_trx_id%type,
2639: p_prev_customer_trx_id IN ra_customer_trx_lines.customer_trx_id%type,
2640: p_prev_customer_trx_line_id IN

Line 3186: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,

3182: p_freight_percent IN number,
3183: p_memo_line_type IN ar_memo_lines.line_type%type,
3184: p_gl_date IN ra_cust_trx_line_gl_dist.gl_date%type,
3185: p_currency_code IN fnd_currencies.currency_code%type,
3186: p_primary_salesrep_id IN ra_salesreps.salesrep_id%type,
3187: p_exchange_rate IN ra_customer_trx.exchange_rate%type,
3188: p_rerun_aa IN varchar2,
3189: p_recalculate_tax IN varchar2,
3190: p_compute_tax IN varchar2,