DBA Data[Home] [Help]

APPS.BEN_EFC_ADJUSTMENTS dependencies on BEN_OIPL_F

Line 2155: FROM ben_oipl_f cop

2151: ,c_eff_date in date
2152: )
2153: IS
2154: select cop.oipl_id
2155: FROM ben_oipl_f cop
2156: where cop.opt_id = c_opt_id
2157: and cop.pl_id = c_pl_id
2158: and c_eff_date
2159: between cop.effective_start_date and cop.effective_end_date;

Line 2919: from ben_oipl_f cop

2915: is
2916: select cop.creation_date,
2917: cop.last_update_date,
2918: cop.object_version_number
2919: from ben_oipl_f cop
2920: where cop.oipl_id = c_cop_id
2921: and c_eff_date
2922: between cop.effective_start_date and cop.effective_end_date;
2923: --