DBA Data[Home] [Help]

APPS.ARP_DISCOUNTS_API dependencies on RA_TERMS

Line 512: ra_terms tr

508: l_calc_disc_on_line,
509: l_amount_line_items_original
510: from ar_payment_schedules ps,
511: ra_cust_trx_types ctt,
512: ra_terms tr
513: where ps.payment_schedule_id = l_applied_payment_schedule_id
514: AND tr.term_id = ps.term_id
515: AND ps.cust_trx_type_id = ctt.cust_trx_type_id;
516: