DBA Data[Home] [Help]

APPS.BEN_ERC_BUS dependencies on PER_BUSINESS_GROUPS

Line 310: from per_business_groups a,

306: -- Declare cursor
307: --
308: cursor csr_leg_code is
309: select a.legislation_code
310: from per_business_groups a,
311: ben_enrt_rt_ctfn b
312: where b.enrt_rt_ctfn_id = p_enrt_rt_ctfn_id
313: and a.business_group_id = b.business_group_id;
314: --