DBA Data[Home] [Help]

APPS.PO_MASS_UPDATE dependencies on PO_RELEASES_ALL

Line 355: update po_releases_all

351: /* Bug#3082301 Added the WHO columns to the below update statement so that
352: ** Mass Update Buyer Name Program will update the WHO columns also on all
353: ** Purchasing Documents(Releases) which are effected by the program.
354: */
355: update po_releases_all
356: set agent_id = x_new_buyer_id,
357: last_update_date = sysdate,
358: last_updated_by = fnd_global.user_id,
359: last_update_login = fnd_global.login_id