DBA Data[Home] [Help]

APPS.BEN_ELEMENT_ENTRY dependencies on BEN_YR_PERD

Line 65: ben_yr_perd yp

61: select distinct
62: yp.start_date,yp.end_date
63: from ben_prtt_enrt_rslt_f pen,
64: ben_popl_yr_perd pyp,
65: ben_yr_perd yp
66: where pen.prtt_enrt_rslt_id = c_prtt_enrt_rslt_id
67: and pen.prtt_enrt_rslt_stat_cd is null
68: and c_effective_date <= pen.effective_end_date
69: and pyp.pl_id=pen.pl_id

Line 82: ben_yr_perd yp

78: is
79: select distinct
80: yp.start_date,yp.end_date
81: from ben_popl_yr_perd pyp,
82: ben_yr_perd yp
83: where pyp.pl_id=c_pl_id
84: and yp.yr_perd_id=pyp.yr_perd_id
85: and c_rate_start_or_end_dt
86: between yp.start_date and yp.end_date;

Line 3367: from ben_popl_yr_perd pyp, ben_yr_perd yp

3363: --
3364: cursor c_pl_popl_yr_period_current(cv_pl_id number,
3365: cv_effective_date date ) IS
3366: select distinct yp.start_date
3367: from ben_popl_yr_perd pyp, ben_yr_perd yp
3368: where pyp.pl_id = cv_pl_id
3369: and pyp.yr_perd_id = yp.yr_perd_id
3370: and pyp.business_group_id = p_business_group_id
3371: and cv_effective_date BETWEEN yp.start_date AND yp.end_date