DBA Data[Home] [Help]

APPS.BEN_ELIGIBILITY_OVERRIDE dependencies on HR_API

Line 107: and prtt.enrt_cvg_thru_dt = hr_api.g_eot

103: and prtt.person_id = p_person_id
104: and p_effective_date between prtt.effective_start_date
105: and prtt.effective_end_date
106: and nvl(prtt.pgm_id,-1) = nvl(p_pgm_id,-1)
107: and prtt.enrt_cvg_thru_dt = hr_api.g_eot
108: and prtt.prtt_enrt_rslt_stat_cd is null
109: and ( (p_oipl_id is not null and prtt.oipl_id = p_oipl_id)
110: or (p_pl_id is not null and prtt.pl_id = p_pl_id));
111: begin