DBA Data[Home] [Help]

APPS.BEN_ENROLLMENT_ACTION_ITEMS dependencies on BEN_ENRT_CTFN_F

Line 5617: from ben_enrt_ctfn_f ec

5613: and lec.ler_rqrs_enrt_ctfn_id = lre.ler_rqrs_enrt_ctfn_id
5614: and lec.enrt_ctfn_typ_cd = p_enrt_ctfn_typ_cd
5615: union
5616: select 'Y'
5617: from ben_enrt_ctfn_f ec
5618: where ec.pl_id = p_pl_id
5619: and p_effective_date between ec.effective_start_date
5620: and ec.effective_end_date
5621: and ec.enrt_ctfn_typ_cd = p_enrt_ctfn_typ_cd ;