DBA Data[Home] [Help]

APPS.ARP_RECEIPTS_MAIN dependencies on AR_TRANSACTION_HISTORY

Line 2793: from ar_transaction_history th

2789: | pending risk elimination |
2790: +-----------------------------------------------------------------------*/
2791: update ar_receivable_applications
2792: set link_to_trx_hist_id = (select max(th.transaction_history_id)
2793: from ar_transaction_history th
2794: where th.customer_trx_id = p_app_rec.applied_customer_trx_id
2795: and th.event = 'MATURITY_DATE'
2796: and exists (select 'x'
2797: from ar_distributions ard