DBA Data[Home] [Help]

APPS.BEN_CTP_BUS dependencies on BEN_PL_F

Line 174: from ben_plip_f plip, ben_pl_f pl

170: l_dummy char(1);
171: l_api_updating boolean;
172: --
173: cursor c1 is select null
174: from ben_plip_f plip, ben_pl_f pl
175: where plip.pgm_id = p_pgm_id
176: and plip.pl_id = pl.pl_id
177: and pl.wvbl_flag <> 'Y'
178: and plip.business_group_id +0 = p_business_group_id