DBA Data[Home] [Help]

APPS.PO_MASS_UPDATE dependencies on PO_RELEASES_ARCHIVE_ALL

Line 383: UPDATE po_releases_archive_all

379: where rowid = x_rel_rowid;
380:
381: --Bug 8551445, update archive also.
382: BEGIN
383: UPDATE po_releases_archive_all
384: SET agent_id = x_new_buyer_id,
385: last_update_date = sysdate,
386: last_updated_by = fnd_global.user_id,
387: last_update_login = fnd_global.login_id