DBA Data[Home] [Help]

APPS.BEN_SER_BUS dependencies on PER_BUSINESS_GROUPS

Line 601: from per_business_groups a,

597: -- Declare cursor
598: --
599: cursor csr_leg_code is
600: select a.legislation_code
601: from per_business_groups a,
602: ben_schedd_enrt_rl_f b
603: where b.schedd_enrt_rl_id = p_schedd_enrt_rl_id
604: and a.business_group_id = b.business_group_id;
605: --