DBA Data[Home] [Help]

APPS.BEN_MANAGE_CWB_LIFE_EVENTS dependencies on BEN_PRTN_ELIG_PRFL_F

Line 2679: BEN_PRTN_ELIG_PRFL_f cep

2675: cursor c_elpros_attchd_grp(cv_pl_id number,
2676: cv_eff_dt date) is
2677: select null
2678: from BEN_PRTN_ELIG_F epa,
2679: BEN_PRTN_ELIG_PRFL_f cep
2680: where epa.pl_id = cv_pl_id
2681: and epa.prtn_elig_id = cep.prtn_elig_id
2682: and cv_eff_dt between epa.effective_start_date
2683: and epa.effective_end_date

Line 2692: BEN_PRTN_ELIG_PRFL_f cep,

2688: cursor c_elpros_attchd_loc(cv_pl_id number,
2689: cv_eff_dt date) is
2690: select null
2691: from BEN_PRTN_ELIG_F epa,
2692: BEN_PRTN_ELIG_PRFL_f cep,
2693: ben_pl_f pln
2694: where pln.group_pl_id = cv_pl_id
2695: and pln.group_pl_id <> pln.pl_id
2696: and epa.pl_id = pln.pl_id