DBA Data[Home] [Help]

APPS.BEN_ECD_LER dependencies on HR_API

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

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

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

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