DBA Data[Home] [Help]

APPS.BEN_COBRA_REQUIREMENTS dependencies on BEN_YR_PERD

Line 3610: ben_yr_perd yp

3606: select distinct
3607: yp.start_date,yp.end_date
3608: from ben_prtt_enrt_rslt_f pen,
3609: ben_popl_yr_perd pyp,
3610: ben_yr_perd yp
3611: where pen.prtt_enrt_rslt_id = c_prtt_enrt_rslt_id
3612: and c_effective_date <= pen.effective_end_date
3613: and pyp.pl_id=pen.pl_id
3614: and yp.yr_perd_id=pyp.yr_perd_id

Line 4684: ben_yr_perd yp

4680: select distinct
4681: yp.start_date,yp.end_date
4682: from ben_prtt_enrt_rslt_f pen,
4683: ben_popl_yr_perd pyp,
4684: ben_yr_perd yp
4685: where pen.prtt_enrt_rslt_id = c_prtt_enrt_rslt_id
4686: and pen.prtt_enrt_rslt_stat_cd is null
4687: and c_effective_date between pen.enrt_cvg_strt_dt and pen.enrt_cvg_thru_dt
4688: and pen.enrt_cvg_thru_dt <= pen.effective_end_date