DBA Data[Home] [Help]

APPS.GHR_EXEMP_PURGE dependencies on FND_PROFILE

Line 54: IF NVL(fnd_profile.value('GHR_ALLOW_EXEMP_PURGE'),'N') = 'N' THEN

50: g_proc := g_package||'Main';
51: hr_utility.set_location('Entering:'|| g_proc, 10);
52:
53: ghr_mto_int.set_log_program_name('GHR_EXEMP_PURGE');
54: IF NVL(fnd_profile.value('GHR_ALLOW_EXEMP_PURGE'),'N') = 'N' THEN
55: l_log_proc := 'User Restriction';
56: l_log_text := 'This Option of Reporting or Purging Ex- Employees, is not allowed for this User.';
57: fnd_file.put_line(fnd_file.log,l_log_text);
58: raise rep_purge_error;

Line 115: l_ascii_file_name := 'rep_exemp_purge_'||fnd_profile.value('CONC_REQUEST_ID')|| '.txt';

111: fetch get_months_years into l_no_of_yrs, l_no_of_months;
112: close get_months_years;
113: l_exemp_rec.ret_period := l_no_of_yrs||'years ,'||l_no_of_months||'months';
114: IF l_count = 1 THEN
115: l_ascii_file_name := 'rep_exemp_purge_'||fnd_profile.value('CONC_REQUEST_ID')|| '.txt';
116: FOR rec IN c_get_dir
117: LOOP
118: l_audit_log_dir := rec.value;
119: END LOOP;