DBA Data[Home] [Help]

APPS.PY_ZA_ITREF_UPLOAD dependencies on FND_PROFILE

Line 229: --fnd_profile.get('PER_DATA_EXCHANGE_DIR', l_location);

225: AND p_effective_date BETWEEN pbg.date_from AND nvl(pbg.date_to,to_date ('31-12-4712','DD-MM-YYYY'));
226: hr_utility.set_location('Business Group Name:'||cp_bg_name,10);
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,

Line 230: fnd_profile.get_specific('PER_DATA_EXCHANGE_DIR',

226: hr_utility.set_location('Business Group Name:'||cp_bg_name,10);
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,