DBA Data[Home] [Help]

APPS.BEN_PRV_BUS dependencies on BEN_OIPL_F

Line 999: ben_oipl_f oipl,

995: is
996: select pln.name || ' '|| opt.name
997: from ben_elig_per_elctbl_chc epe,
998: ben_pl_f pln,
999: ben_oipl_f oipl,
1000: ben_opt_f opt
1001: where epe.elig_per_elctbl_chc_id =c_elig_per_elctbl_chc_id
1002: and epe.pl_id = pln.pl_id
1003: and epe.oipl_id = oipl.oipl_id(+)

Line 1257: ben_oipl_f oipl,

1253: is
1254: select pln.name || ' '|| opt.name
1255: from ben_elig_per_elctbl_chc epe,
1256: ben_pl_f pln,
1257: ben_oipl_f oipl,
1258: ben_opt_f opt
1259: where epe.elig_per_elctbl_chc_id =c_elig_per_elctbl_chc_id
1260: and epe.pl_id = pln.pl_id
1261: and epe.oipl_id = oipl.oipl_id(+)