DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ACTUAL_PREMIUM dependencies on BEN_OIPL_F

Line 739: from ben_oipl_f oipl

735: l_apr c_apr_pl%rowtype;
736: -- fonm p_date parameter added
737: cursor c_opt(p_oipl_id in number, p_date date) is
738: select oipl.opt_id
739: from ben_oipl_f oipl
740: where oipl.oipl_id = p_oipl_id
741: --and p_effective_date between
742: and p_date between
743: oipl.effective_start_date and oipl.effective_end_date;