DBA Data[Home] [Help]

APPS.PO_COPY_DOCUMENTS_S dependencies on FND_GLOBAL

Line 444: who.user_id:= nvl(fnd_global.user_id, 0);

440:
441: x_progress:= '000';
442:
443: /* Get WHO column values */
444: who.user_id:= nvl(fnd_global.user_id, 0);
445: who.login_id:= nvl(fnd_global.login_id, 0);
446: who.resp_id:= nvl(fnd_global.resp_id, 0);
447:
448: x_progress:= '001';

Line 445: who.login_id:= nvl(fnd_global.login_id, 0);

441: x_progress:= '000';
442:
443: /* Get WHO column values */
444: who.user_id:= nvl(fnd_global.user_id, 0);
445: who.login_id:= nvl(fnd_global.login_id, 0);
446: who.resp_id:= nvl(fnd_global.resp_id, 0);
447:
448: x_progress:= '001';
449:

Line 446: who.resp_id:= nvl(fnd_global.resp_id, 0);

442:
443: /* Get WHO column values */
444: who.user_id:= nvl(fnd_global.user_id, 0);
445: who.login_id:= nvl(fnd_global.login_id, 0);
446: who.resp_id:= nvl(fnd_global.resp_id, 0);
447:
448: x_progress:= '001';
449:
450: /* Get system defaults */

Line 1233: who.user_id:= nvl(fnd_global.user_id, 0);

1229:
1230: x_progress:= '001';
1231: /* copy the header, with the new supplier site) */
1232:
1233: who.user_id:= nvl(fnd_global.user_id, 0);
1234: who.login_id:= nvl(fnd_global.login_id, 0);
1235: who.resp_id:= nvl(fnd_global.resp_id, 0);
1236:
1237:

Line 1234: who.login_id:= nvl(fnd_global.login_id, 0);

1230: x_progress:= '001';
1231: /* copy the header, with the new supplier site) */
1232:
1233: who.user_id:= nvl(fnd_global.user_id, 0);
1234: who.login_id:= nvl(fnd_global.login_id, 0);
1235: who.resp_id:= nvl(fnd_global.resp_id, 0);
1236:
1237:
1238: copy_header(x_po_header_id,

Line 1235: who.resp_id:= nvl(fnd_global.resp_id, 0);

1231: /* copy the header, with the new supplier site) */
1232:
1233: who.user_id:= nvl(fnd_global.user_id, 0);
1234: who.login_id:= nvl(fnd_global.login_id, 0);
1235: who.resp_id:= nvl(fnd_global.resp_id, 0);
1236:
1237:
1238: copy_header(x_po_header_id,
1239: x_new_document_type,