DBA Data[Home] [Help]

APPS.BEN_ELIG_PER_ELC_CHC_API dependencies on BEN_OIPLIP_F

Line 117: from ben_oiplip_f oi

113: ;
114:
115: cursor get_oiplip is
116: select oiplip_id
117: from ben_oiplip_f oi
118: where oi.oipl_id = p_oipl_id
119: and oi.plip_id = p_plip_id
120: and p_effective_date between
121: oi.effective_start_date and oi.effective_end_date;