DBA Data[Home] [Help]

APPS.BEN_EFC_ADJUSTMENTS dependencies on BEN_OIPLIP_F

Line 2168: FROM ben_oiplip_f opp

2164: ,c_eff_date in date
2165: )
2166: IS
2167: select opp.oiplip_id
2168: FROM ben_oiplip_f opp
2169: where opp.oipl_id = c_oipl_id
2170: and opp.plip_id = c_plip_id
2171: and c_eff_date
2172: between opp.effective_start_date and opp.effective_end_date;