DBA Data[Home] [Help]

APPS.ARP_XLA_EVENTS dependencies on AR_RECEIVABLE_APPLICATIONS_ALL

Line 3677: UPDATE ar_receivable_applications_all app

3673: AND test_flag = 'N' THEN
3674: log('Bulk Updating receivable applications');
3675: FORALL m IN ev_rec.dist_row_id.FIRST .. ev_rec.dist_row_id.LAST
3676: --6785758
3677: UPDATE ar_receivable_applications_all app
3678: SET app.event_id = ev_rec.dist_event_id(m),
3679: app.last_update_date = SYSDATE,
3680: app.last_update_login = l_last_update_login,
3681: app.last_updated_by = l_last_updated_by