DBA Data[Home] [Help]

APPS.BEN_CRP_BUS dependencies on PER_BUSINESS_GROUPS

Line 318: from per_business_groups a,

314: -- Declare cursor
315: --
316: cursor csr_leg_code is
317: select a.legislation_code
318: from per_business_groups a,
319: ben_cbr_per_in_ler b
320: where b.cbr_per_in_ler_id = p_cbr_per_in_ler_id
321: and a.business_group_id = b.business_group_id;
322: --