DBA Data[Home] [Help]

APPS.BEN_MANAGE_CWB_LIFE_EVENTS dependencies on BEN_PRTN_ELIG_F

Line 2633: from BEN_PRTN_ELIG_F epa,

2629: -- 5232223
2630: cursor c_elpros_attchd_grp(cv_pl_id number,
2631: cv_eff_dt date) is
2632: select null
2633: from BEN_PRTN_ELIG_F epa,
2634: BEN_PRTN_ELIG_PRFL_f cep
2635: where epa.pl_id = cv_pl_id
2636: and epa.prtn_elig_id = cep.prtn_elig_id
2637: and cv_eff_dt between epa.effective_start_date

Line 2646: from BEN_PRTN_ELIG_F epa,

2642: --
2643: cursor c_elpros_attchd_loc(cv_pl_id number,
2644: cv_eff_dt date) is
2645: select null
2646: from BEN_PRTN_ELIG_F epa,
2647: BEN_PRTN_ELIG_PRFL_f cep,
2648: ben_pl_f pln
2649: where pln.group_pl_id = cv_pl_id
2650: and pln.group_pl_id <> pln.pl_id