DBA Data[Home] [Help]

APPS.PO_MASS_UPDATE dependencies on FND_GLOBAL

Line 231: last_updated_by = fnd_global.user_id,

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
233: where rowid = x_po_rowid;
234:
235: /* Based on the commit interval passed by the user we commit after that many records

Line 232: last_update_login = fnd_global.login_id

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
233: where rowid = x_po_rowid;
234:
235: /* Based on the commit interval passed by the user we commit after that many records
236: and reset the counter */

Line 358: last_updated_by = fnd_global.user_id,

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
360: where rowid = x_rel_rowid;
361:
362: /* Based on the commit interval passed by the user we commit after that many records

Line 359: last_update_login = fnd_global.login_id

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
360: where rowid = x_rel_rowid;
361:
362: /* Based on the commit interval passed by the user we commit after that many records
363: and reset the counter */