DBA Data[Home] [Help]

APPS.BEN_SAR_BUS dependencies on PER_BUSINESS_GROUPS

Line 691: from per_business_groups a,

687: -- Declare cursor
688: --
689: cursor csr_leg_code is
690: select a.legislation_code
691: from per_business_groups a,
692: ben_svc_area_rt_f b
693: where b.svc_area_rt_id = p_svc_area_rt_id
694: and a.business_group_id = b.business_group_id;
695: --