DBA Data[Home] [Help]

APPS.INV_PROCESS_TEMP dependencies on FND_GLOBAL

Line 23: userid := fnd_global.user_id;

19: l_errorTolerance NUMBER;
20: BEGIN
21: -- get the user information and populate
22: -- this info is used to stamp the transaction records incase of errors
23: userid := fnd_global.user_id;
24: loginid := fnd_global.login_id;
25: applid := fnd_global.prog_appl_id;
26: reqstid := fnd_global.conc_request_id;
27: progid := fnd_global.conc_program_id;

Line 24: loginid := fnd_global.login_id;

20: BEGIN
21: -- get the user information and populate
22: -- this info is used to stamp the transaction records incase of errors
23: userid := fnd_global.user_id;
24: loginid := fnd_global.login_id;
25: applid := fnd_global.prog_appl_id;
26: reqstid := fnd_global.conc_request_id;
27: progid := fnd_global.conc_program_id;
28: INV_PROCESS_TEMP.validationLevel := validationLevel;

Line 25: applid := fnd_global.prog_appl_id;

21: -- get the user information and populate
22: -- this info is used to stamp the transaction records incase of errors
23: userid := fnd_global.user_id;
24: loginid := fnd_global.login_id;
25: applid := fnd_global.prog_appl_id;
26: reqstid := fnd_global.conc_request_id;
27: progid := fnd_global.conc_program_id;
28: INV_PROCESS_TEMP.validationLevel := validationLevel;
29:

Line 26: reqstid := fnd_global.conc_request_id;

22: -- this info is used to stamp the transaction records incase of errors
23: userid := fnd_global.user_id;
24: loginid := fnd_global.login_id;
25: applid := fnd_global.prog_appl_id;
26: reqstid := fnd_global.conc_request_id;
27: progid := fnd_global.conc_program_id;
28: INV_PROCESS_TEMP.validationLevel := validationLevel;
29:
30: header_id := headerID;

Line 27: progid := fnd_global.conc_program_id;

23: userid := fnd_global.user_id;
24: loginid := fnd_global.login_id;
25: applid := fnd_global.prog_appl_id;
26: reqstid := fnd_global.conc_request_id;
27: progid := fnd_global.conc_program_id;
28: INV_PROCESS_TEMP.validationLevel := validationLevel;
29:
30: header_id := headerID;
31: l_errorTolerance := errorTolerance;