DBA Data[Home] [Help]

APPS.BEN_MANAGE_OVERRIDE dependencies on BEN_PTIP_F

Line 149: ben_ptip_f ptip

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
153: and pln.invk_flx_cr_pl_flag = 'Y'

Line 173: ben_ptip_f ptip

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
177: and pln.imptd_incm_calc_cd is not null