DBA Data[Home] [Help]

APPS.ARP_PROCESS_INST dependencies on AR_PAYMENT_SCHEDULES

Line 9: p_prev_ps_id IN ar_payment_schedules.payment_schedule_id%type,

5: p_form_name IN varchar2,
6: p_form_version IN number,
7: p_ct_id IN ra_customer_trx.customer_trx_id%type,
8: p_prev_ct_id IN ra_customer_trx.customer_trx_id%type,
9: p_prev_ps_id IN ar_payment_schedules.payment_schedule_id%type,
10: p_currency_code IN ar_payment_schedules.invoice_currency_code%type,
11: p_line_credit IN
12: ar_payment_schedules.amount_line_items_remaining%type,
13: p_chrg_credit IN

Line 10: p_currency_code IN ar_payment_schedules.invoice_currency_code%type,

6: p_form_version IN number,
7: p_ct_id IN ra_customer_trx.customer_trx_id%type,
8: p_prev_ct_id IN ra_customer_trx.customer_trx_id%type,
9: p_prev_ps_id IN ar_payment_schedules.payment_schedule_id%type,
10: p_currency_code IN ar_payment_schedules.invoice_currency_code%type,
11: p_line_credit IN
12: ar_payment_schedules.amount_line_items_remaining%type,
13: p_chrg_credit IN
14: ar_payment_schedules.amount_line_items_remaining%type,

Line 12: ar_payment_schedules.amount_line_items_remaining%type,

8: p_prev_ct_id IN ra_customer_trx.customer_trx_id%type,
9: p_prev_ps_id IN ar_payment_schedules.payment_schedule_id%type,
10: p_currency_code IN ar_payment_schedules.invoice_currency_code%type,
11: p_line_credit IN
12: ar_payment_schedules.amount_line_items_remaining%type,
13: p_chrg_credit IN
14: ar_payment_schedules.amount_line_items_remaining%type,
15: p_tax_credit IN
16: ar_receivable_applications.tax_applied%type,

Line 14: ar_payment_schedules.amount_line_items_remaining%type,

10: p_currency_code IN ar_payment_schedules.invoice_currency_code%type,
11: p_line_credit IN
12: ar_payment_schedules.amount_line_items_remaining%type,
13: p_chrg_credit IN
14: ar_payment_schedules.amount_line_items_remaining%type,
15: p_tax_credit IN
16: ar_receivable_applications.tax_applied%type,
17: p_freight_credit IN
18: ar_receivable_applications.freight_applied%type);