DBA Data[Home] [Help]

APPS.ARP_XLA_EVENTS dependencies on AR_RECEIVABLE_APPLICATIONS_ALL

Line 3665: UPDATE ar_receivable_applications_all app

3661: AND test_flag = 'N' THEN
3662: log('Bulk Updating receivable applications');
3663: FORALL m IN ev_rec.dist_row_id.FIRST .. ev_rec.dist_row_id.LAST
3664: --6785758
3665: UPDATE ar_receivable_applications_all app
3666: SET app.event_id = ev_rec.dist_event_id(m),
3667: app.last_update_date = TRUNC(SYSDATE),
3668: app.last_update_login = l_last_update_login,
3669: app.last_updated_by = l_last_updated_by