DBA Data[Home] [Help]

APPS.BEN_PRO_LER dependencies on HR_GENERAL

Line 177: if hr_general.g_data_migrator_mode in ( 'Y','P') then

173: -- Bug 2016857
174: benutils.set_data_migrator_mode;
175: -- Bug 2016857
176:
177: if hr_general.g_data_migrator_mode in ( 'Y','P') then
178: --
179: return;
180: --
181: end if;

Line 958: if hr_general.g_data_migrator_mode not in ( 'Y','P') then

954: hr_utility.set_location(' leaving ben_pro_trigger', 60);
955: --end if;
956:
957: -- If a Pay Proposal has been approved then check for Quartile in Grade life event
958: if hr_general.g_data_migrator_mode not in ( 'Y','P') then
959: if nvl(l_old.approved,'N') = 'N' and p_new.approved = 'Y' then
960: ben_pro_ler.qua_in_gr_ler_chk(null,null,l_old,p_new,p_effective_date,'P');
961: end if;
962: end if;