DBA Data[Home] [Help]

APPS.BEN_PEN_LER dependencies on HR_API

Line 303: if p_new.enrt_cvg_thru_dt = hr_api.g_eot then

299: hr_utility.set_location(' l_changed:',40);
300: end if;
301: --
302: if l_column = 'ENRT_CVG_THRU_DT' then
303: if p_new.enrt_cvg_thru_dt = hr_api.g_eot then
304: l_changed := FALSE;
305: end if;
306: l_changed := (benutils.column_changed(p_old.enrt_cvg_thru_dt
307: ,p_new.enrt_cvg_thru_dt,l_new_val) AND