DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ACTUAL_PREMIUM dependencies on BEN_OIPL_F

Line 710: from ben_oipl_f oipl

706: l_apr c_apr_pl%rowtype;
707: -- fonm p_date parameter added
708: cursor c_opt(p_oipl_id in number, p_date date) is
709: select oipl.opt_id
710: from ben_oipl_f oipl
711: where oipl.oipl_id = p_oipl_id
712: --and p_effective_date between
713: and p_date between
714: oipl.effective_start_date and oipl.effective_end_date;