DBA Data[Home] [Help]

APPS.ARI_UTILITIES dependencies on RA_TERMS

Line 2576: from ar_payment_schedules_all aps,ra_terms t

2572: ---------------------------------------------------------------------------
2573:
2574: select aps.trx_number,aps.amount_due_original,aps.invoice_currency_code,aps.due_date,t.name,t.description,aps.class
2575: into l_trx_number,l_trx_amt_due,l_trx_curr_code,l_trx_due_date,l_trx_term_name,l_trx_term_desc,l_trx_type
2576: from ar_payment_schedules_all aps,ra_terms t
2577: where aps.trx_number = l_trx_number
2578: and aps.customer_id = p_customer_id
2579: and aps.term_id = t.term_id(+);
2580: