DBA Data[Home] [Help]

APPS.BEN_COBRA_REQUIREMENTS dependencies on BEN_YR_PERD

Line 3251: ben_yr_perd yp

3247: select distinct
3248: yp.start_date,yp.end_date
3249: from ben_prtt_enrt_rslt_f pen,
3250: ben_popl_yr_perd pyp,
3251: ben_yr_perd yp
3252: where pen.prtt_enrt_rslt_id = c_prtt_enrt_rslt_id
3253: and c_effective_date <= pen.effective_end_date
3254: and pyp.pl_id=pen.pl_id
3255: and yp.yr_perd_id=pyp.yr_perd_id

Line 4325: ben_yr_perd yp

4321: select distinct
4322: yp.start_date,yp.end_date
4323: from ben_prtt_enrt_rslt_f pen,
4324: ben_popl_yr_perd pyp,
4325: ben_yr_perd yp
4326: where pen.prtt_enrt_rslt_id = c_prtt_enrt_rslt_id
4327: and pen.prtt_enrt_rslt_stat_cd is null
4328: and c_effective_date between pen.enrt_cvg_strt_dt and pen.enrt_cvg_thru_dt
4329: and pen.enrt_cvg_thru_dt <= pen.effective_end_date