DBA Data[Home] [Help]

APPS.ARP_XLA_EVENTS dependencies on AR_CASH_RECEIPT_HISTORY_ALL

Line 3639: UPDATE ar_cash_receipt_history_all crh

3635: IF p_xla_ev_rec.xla_doc_table = 'CRH' AND test_flag = 'N' THEN
3636: log('Bulk Updating Cash Receipt History');
3637: FORALL m IN ev_rec.dist_row_id.FIRST .. ev_rec.dist_row_id.LAST
3638: --6785758
3639: UPDATE ar_cash_receipt_history_all crh
3640: SET crh.event_id = ev_rec.dist_event_id(m),
3641: crh.last_update_date = TRUNC(SYSDATE),
3642: crh.last_update_login = l_last_update_login,
3643: crh.last_updated_by = l_last_updated_by