DBA Data[Home] [Help]

APPS.BEN_CWB_DATA_MODEL_UPGRADE dependencies on BEN_PL_F

Line 114: ,ben_pl_f pl

110: typ.comp_typ_cd) comp_typ_cd
111: ,typ.pl_typ_id
112: ,enp.prsvr_bdgt_cd prsrv_bdgt_cd
113: from ben_pl_typ_f typ
114: ,ben_pl_f pl
115: ,ben_popl_enrt_typ_cycl_f cyc
116: ,ben_enrt_perd enp
117: where typ.opt_typ_cd = 'CWB'
118: and typ.pl_typ_id = pl.pl_typ_id

Line 160: update ben_pl_f pl

156:
157: if l_pl_dsgn.pl_id <> l_old_pl_id then
158:
159: begin
160: update ben_pl_f pl
161: set pl.group_pl_id = pl.pl_id
162: where pl.pl_id = l_pl_dsgn.pl_id
163: and pl.group_pl_id is null;
164: exception