DBA Data[Home] [Help]

APPS.BEN_EXT_ELIG dependencies on BEN_YR_PERD

Line 1325: ben_yr_perd yrpr

1321: cursor c_pl_yr(l_elig_per_elctbl_chc_id number) is
1322: select yrpr.start_date,
1323: yrpr.end_date
1324: from ben_elig_per_elctbl_chc chc,
1325: ben_yr_perd yrpr
1326: where chc.elig_per_elctbl_chc_id = l_elig_per_elctbl_chc_id
1327: and chc.yr_perd_id = yrpr.yr_perd_id;
1328: --
1329: cursor c_ler (cp_per_in_ler_id number) is