DBA Data[Home] [Help]

APPS.PO_MASS_UPDATE dependencies on PO_HEADERS_ALL

Line 228: update po_headers_all

224: /* Bug#3082301 Added the WHO columns to the below update statement so that
225: ** Mass Update Buyer Name Program will update the WHO columns also on all
226: ** Purchasing Documents(POs) which are effected by the program.
227: */
228: update po_headers_all
229: set agent_id = x_new_buyer_id,
230: last_update_date = sysdate,
231: last_updated_by = fnd_global.user_id,
232: last_update_login = fnd_global.login_id