DBA Data[Home] [Help]

APPS.BEN_SSPNDD_ENROLLMENT dependencies on BEN_OIPL_F

Line 989: from ben_oipl_f oipl

985: ;
986:
987: Cursor c_opt
988: is select oipl.opt_id
989: from ben_oipl_f oipl
990: where oipl.oipl_id = l_epe.oipl_id
991: and p_effective_date between
992: oipl.effective_start_date and oipl.effective_end_date
993: and oipl.business_group_id=p_business_group_id;