DBA Data[Home] [Help]

APPS.BEN_SSPNDD_ENROLLMENT dependencies on BEN_OIPL_F

Line 1045: from ben_oipl_f oipl

1041: ;
1042:
1043: Cursor c_opt
1044: is select oipl.opt_id
1045: from ben_oipl_f oipl
1046: where oipl.oipl_id = l_epe.oipl_id
1047: and p_effective_date between
1048: oipl.effective_start_date and oipl.effective_end_date
1049: and oipl.business_group_id=p_business_group_id;