DBA Data[Home] [Help]

APPS.BEN_ECD_LER dependencies on HR_API

Line 380: if p_new.cvg_thru_dt = hr_api.g_eot then

376: --
377: end if;
378: --
379: if l_column = 'CVG_THRU_DT' then
380: if p_new.cvg_thru_dt = hr_api.g_eot then
381: l_changed := FALSE;
382: end if;
383: l_changed := (benutils.column_changed(p_old.cvg_thru_dt
384: ,p_new.cvg_thru_dt,l_new_val) AND

Line 416: if p_new.effective_end_date = hr_api.g_eot then

412: hr_utility.set_location(' EFFECTIVE_START_DATE',42);
413: end if;
414: --
415: if l_column = 'EFFECTIVE_END_DATE' then
416: if p_new.effective_end_date = hr_api.g_eot then
417: l_changed := FALSE;
418: end if;
419: l_changed := (benutils.column_changed(p_old.effective_end_date
420: ,p_new.effective_end_date,l_new_val) AND