DBA Data[Home] [Help]

APPS.BEN_ECR_BUS dependencies on PER_BUSINESS_GROUPS

Line 896: from per_business_groups a,

892: -- Declare cursor
893: --
894: cursor csr_leg_code is
895: select a.legislation_code
896: from per_business_groups a,
897: ben_enrt_rt b
898: where b.enrt_rt_id = p_enrt_rt_id
899: and a.business_group_id = b.business_group_id;
900: --