DBA Data[Home] [Help]

APPS.BEN_DISTRIBUTE_RATES dependencies on BEN_OIPL_F

Line 4401: ,ben_oipl_f oipl

4397: oipl.opt_id
4398: from ben_yr_perd yrp
4399: ,ben_elig_per_elctbl_chc epe
4400: ,ben_per_in_ler pil
4401: ,ben_oipl_f oipl
4402: where epe.yr_perd_id = yrp.yr_perd_id
4403: and epe.elig_per_elctbl_chc_id = p_elig_per_elctbl_chc_id
4404: and epe.per_in_ler_id = pil.per_in_ler_id
4405: and epe.oipl_id = oipl.oipl_id(+)