DBA Data[Home] [Help]

APPS.ARP_XLA_EVENTS dependencies on AR_MISC_CASH_DISTRIBUTIONS_ALL

Line 3651: UPDATE ar_misc_cash_distributions_all mcd

3647: IF p_xla_ev_rec.xla_doc_table = 'MCD' AND test_flag = 'N' THEN
3648: log('Bulk Updating misc cash distributions');
3649: FORALL m IN ev_rec.dist_row_id.FIRST .. ev_rec.dist_row_id.LAST
3650: --6785758
3651: UPDATE ar_misc_cash_distributions_all mcd
3652: SET mcd.event_id = ev_rec.dist_event_id(m),
3653: mcd.last_update_date = TRUNC(SYSDATE),
3654: mcd.last_update_login = l_last_update_login,
3655: mcd.last_updated_by = l_last_updated_by