DBA Data[Home] [Help]

APPS.BEN_DETERMINE_RATE_CHG dependencies on BEN_OIPL_F

Line 889: from ben_oipl_f oipl

885: -- Bug 8623254
886: cursor c_get_opt_id
887: is
888: select oipl.opt_id
889: from ben_oipl_f oipl
890: where oipl.oipl_id = l_pen.oipl_id
891: and business_group_id = p_business_group_id
892: and l_rt_strt_dt between oipl.effective_start_date and oipl.effective_end_date;
893: