DBA Data[Home] [Help]

APPS.BEN_CWB_DATA_MODEL_UPGRADE dependencies on BEN_PL_TYP_OPT_TYP_F

Line 273: from ben_pl_typ_opt_typ_f pon

269:
270: update ben_opt_f opt
271: set opt.group_opt_id = opt.opt_id
272: where opt.opt_id in (select pon.opt_id
273: from ben_pl_typ_opt_typ_f pon
274: where pon.pl_typ_id = l_pl_dsgn.pl_typ_id)
275: and opt.group_opt_id is null;
276:
277: exception