DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ELIGIBILITY dependencies on BEN_OIPL_F

Line 179: from ben_oipl_f oipl,

175: between pln.effective_start_date and pln.effective_end_date ;
176: --
177: cursor c_oipl_pl_typ(c_effective_date date) is
178: select pln.pl_typ_id
179: from ben_oipl_f oipl,
180: ben_pl_f pln
181: where oipl_id = p_oipl_id
182: and c_effective_date
183: between oipl.effective_start_date and oipl.effective_end_date