DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV2 dependencies on FND_GLOBAL

Line 194: X_login_id := fnd_global.login_id;

190: END IF;
191: /*
192: ** Get the who information
193: */
194: X_login_id := fnd_global.login_id;
195: X_last_updated_by := fnd_global.user_id;
196:
197: IF (g_po_pdoi_write_to_file = 'Y') THEN
198: po_debug.put_line('Before update statement');

Line 195: X_last_updated_by := fnd_global.user_id;

191: /*
192: ** Get the who information
193: */
194: X_login_id := fnd_global.login_id;
195: X_last_updated_by := fnd_global.user_id;
196:
197: IF (g_po_pdoi_write_to_file = 'Y') THEN
198: po_debug.put_line('Before update statement');
199: END IF;

Line 430: X_login_id := fnd_global.login_id;

426: END IF;
427: /*
428: ** Get the who information
429: */
430: X_login_id := fnd_global.login_id;
431: X_last_updated_by := fnd_global.user_id;
432:
433: IF (g_po_pdoi_write_to_file = 'Y') THEN
434: po_debug.put_line('Before update statement');

Line 431: X_last_updated_by := fnd_global.user_id;

427: /*
428: ** Get the who information
429: */
430: X_login_id := fnd_global.login_id;
431: X_last_updated_by := fnd_global.user_id;
432:
433: IF (g_po_pdoi_write_to_file = 'Y') THEN
434: po_debug.put_line('Before update statement');
435: END IF;