DBA Data[Home] [Help]

APPS.BEN_PRTT_PREM_API dependencies on BEN_OIPL_F

Line 85: from ben_oipl_f oipl

81:
82: --- FONM p_date param added
83: cursor c_opt(p_oipl_id in number,p_date date) is
84: select oipl.opt_id
85: from ben_oipl_f oipl
86: where oipl.oipl_id = p_oipl_id
87: -- and p_effective_date between
88: and p_date between
89: oipl.effective_start_date and oipl.effective_end_date;