DBA Data[Home] [Help]

APPS.BEN_MANAGE_OVERRIDE dependencies on BEN_PLIP_F

Line 148: ben_plip_f plip,

144: -- check for shell plan
145: cursor c_flx_plan_exists is
146: select pln.pl_id,plip.plip_id,ptip.ptip_id
147: from ben_pl_f pln,
148: ben_plip_f plip,
149: ben_ptip_f ptip
150: where
151: plip.pgm_id = p_pgm_id
152: and plip.pl_id = pln.pl_id

Line 172: ben_plip_f plip,

168: --check for imputed income plan
169: cursor c_imp_plan_exists is
170: select pln.pl_id,plip.plip_id,ptip.ptip_id
171: from ben_pl_f pln,
172: ben_plip_f plip,
173: ben_ptip_f ptip
174: where
175: plip.pgm_id = p_pgm_id
176: and plip.pl_id = pln.pl_id