DBA Data[Home] [Help]

APPS.BEN_BNG_BUS dependencies on PER_BUSINESS_GROUPS

Line 275: from per_business_groups a,

271: -- Declare cursor
272: --
273: cursor csr_leg_code is
274: select a.legislation_code
275: from per_business_groups a,
276: ben_benfts_grp b
277: where b.benfts_grp_id = p_benfts_grp_id
278: and a.business_group_id = b.business_group_id;
279: --