APPS.BEN_EXT_CHLG dependencies on BEN_ELIG_CVRD_DPNT_F
Line 4854: from ben_elig_cvrd_dpnt_f ecd
4850:
4851: cursor c_elig_cvrd_person_id
4852: is
4853: select ecd.dpnt_person_id 4854: from ben_elig_cvrd_dpnt_f ecd 4855: where ecd.elig_cvrd_dpnt_id = p_elig_cvrd_dpnt_id
4856: and ecd.business_group_id = p_business_group_id
4857: and p_effective_date between ecd.effective_start_date and ecd.effective_end_date;
4858: