DBA Data[Home] [Help]

APPS.ARP_XLA_EVENTS dependencies on AR_TRANSACTION_HISTORY_ALL

Line 3689: UPDATE ar_transaction_history_all trh

3685: IF p_xla_ev_rec.xla_doc_table = 'TRH' AND test_flag = 'N' THEN
3686: log('Bulk Updating Bills Receivable transaction history ');
3687: FORALL m IN ev_rec.dist_row_id.FIRST .. ev_rec.dist_row_id.LAST
3688: --6785758
3689: UPDATE ar_transaction_history_all trh
3690: SET trh.event_id = ev_rec.dist_event_id(m),
3691: trh.last_update_date = SYSDATE,
3692: trh.last_update_login = l_last_update_login,
3693: trh.last_updated_by = l_last_updated_by