DBA Data[Home] [Help]

APPS.BEN_ELIG_PER_ELC_CHC_API dependencies on BEN_OIPL_F

Line 178: from ben_oipl_f opt

174: AND c_effective_date BETWEEN abr.effective_start_date
175: AND abr.effective_end_date;
176: cursor c_oipl (p_pl_id number) is
177: select opt.oipl_id
178: from ben_oipl_f opt
179: where pl_id = p_pl_id
180: and p_effective_date between opt.effective_start_date
181: and opt.effective_end_date;
182: --