DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on BEN_ELIG_CVRD_DPNT_F

Line 3901: ben_elig_cvrd_dpnt_f pdp

3897: cursor c_dpnt_enrt(v_person_id number) is
3898: select pen.pgm_id,
3899: pen.pl_id
3900: from ben_prtt_enrt_rslt_f pen,
3901: ben_elig_cvrd_dpnt_f pdp
3902: where pdp.dpnt_person_id = v_person_id
3903: and pdp.cvg_thru_dt = hr_api.g_eot
3904: and g_parm.effective_date between
3905: pdp.effective_start_date and pdp.effective_end_date