DBA Data[Home] [Help]

APPS.BEN_ABR_UPD dependencies on BEN_OIPLIP_F

Line 457: from ben_oiplip_f oiplip, ben_oipl_f oipl, ben_plip_f plip

453: l_plip c_plip%rowtype;
454: --
455: cursor c_oiplip is
456: select plip.pgm_id, oipl.pl_id, oipl.opt_id
457: from ben_oiplip_f oiplip, ben_oipl_f oipl, ben_plip_f plip
458: where oiplip.oiplip_id = p_rec.oiplip_id
459: and oiplip.oipl_id = oipl.oipl_id
460: and oiplip.plip_id = plip.plip_id
461: and oipl.pl_id = plip.pl_id