DBA Data[Home] [Help]

APPS.ARP_XLA_EVENTS dependencies on AR_CASH_RECEIPT_HISTORY_ALL

Line 3651: UPDATE ar_cash_receipt_history_all crh

3647: IF p_xla_ev_rec.xla_doc_table = 'CRH' AND test_flag = 'N' THEN
3648: log('Bulk Updating Cash Receipt History');
3649: FORALL m IN ev_rec.dist_row_id.FIRST .. ev_rec.dist_row_id.LAST
3650: --6785758
3651: UPDATE ar_cash_receipt_history_all crh
3652: SET crh.event_id = ev_rec.dist_event_id(m),
3653: crh.last_update_date = SYSDATE,
3654: crh.last_update_login = l_last_update_login,
3655: crh.last_updated_by = l_last_updated_by