DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on BEN_ELIG_CVRD_DPNT_F

Line 3962: ben_elig_cvrd_dpnt_f pdp

3958: cursor c_dpnt_enrt(v_person_id number) is
3959: select pen.pgm_id,
3960: pen.pl_id
3961: from ben_prtt_enrt_rslt_f pen,
3962: ben_elig_cvrd_dpnt_f pdp
3963: where pdp.dpnt_person_id = v_person_id
3964: and pdp.cvg_thru_dt = hr_api.g_eot
3965: and g_parm.effective_date between
3966: pdp.effective_start_date and pdp.effective_end_date