DBA Data[Home] [Help]

APPS.PO_MASS_UPDATE dependencies on PO_HEADERS_ALL

Line 229: update po_headers_all

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