DBA Data[Home] [Help]

APPS.PY_ZA_ITREF_UPLOAD dependencies on FND_GLOBAL

Line 70: ,FND_GLOBAL.CONC_REQUEST_ID);

66: ,'U'
67: ,1
68: ,'ZA_ITREF_UPLOAD'
69: ,'ZA'
70: ,FND_GLOBAL.CONC_REQUEST_ID);
71:
72: END create_payroll_action;
73:
74:

Line 231: FND_GLOBAL.USER_ID,

227:
228: -- Get the directory path from the profile
229: --fnd_profile.get('PER_DATA_EXCHANGE_DIR', l_location);
230: fnd_profile.get_specific('PER_DATA_EXCHANGE_DIR',
231: FND_GLOBAL.USER_ID,
232: FND_GLOBAL.RESP_ID,
233: FND_GLOBAL.RESP_APPL_ID,
234: l_location,
235: l_defined,

Line 232: FND_GLOBAL.RESP_ID,

228: -- Get the directory path from the profile
229: --fnd_profile.get('PER_DATA_EXCHANGE_DIR', l_location);
230: fnd_profile.get_specific('PER_DATA_EXCHANGE_DIR',
231: FND_GLOBAL.USER_ID,
232: FND_GLOBAL.RESP_ID,
233: FND_GLOBAL.RESP_APPL_ID,
234: l_location,
235: l_defined,
236: FND_GLOBAL.ORG_ID,

Line 233: FND_GLOBAL.RESP_APPL_ID,

229: --fnd_profile.get('PER_DATA_EXCHANGE_DIR', l_location);
230: fnd_profile.get_specific('PER_DATA_EXCHANGE_DIR',
231: FND_GLOBAL.USER_ID,
232: FND_GLOBAL.RESP_ID,
233: FND_GLOBAL.RESP_APPL_ID,
234: l_location,
235: l_defined,
236: FND_GLOBAL.ORG_ID,
237: FND_GLOBAL.server_id);

Line 236: FND_GLOBAL.ORG_ID,

232: FND_GLOBAL.RESP_ID,
233: FND_GLOBAL.RESP_APPL_ID,
234: l_location,
235: l_defined,
236: FND_GLOBAL.ORG_ID,
237: FND_GLOBAL.server_id);
238: hr_utility.set_location('Input Directory:'|| l_location ,15);
239: IF l_location IS NULL THEN
240: RAISE E_DATA_EX_DIR_NOT_DEFINED;

Line 237: FND_GLOBAL.server_id);

233: FND_GLOBAL.RESP_APPL_ID,
234: l_location,
235: l_defined,
236: FND_GLOBAL.ORG_ID,
237: FND_GLOBAL.server_id);
238: hr_utility.set_location('Input Directory:'|| l_location ,15);
239: IF l_location IS NULL THEN
240: RAISE E_DATA_EX_DIR_NOT_DEFINED;
241: END IF;