DBA Data[Home] [Help]

APPS.BEN_OUR_BUS dependencies on PER_BUSINESS_GROUPS

Line 730: from per_business_groups a,

726: -- Declare cursor
727: --
728: cursor csr_leg_code is
729: select a.legislation_code
730: from per_business_groups a,
731: ben_org_unit_rt_f b
732: where b.org_unit_rt_id = p_org_unit_rt_id
733: and a.business_group_id = b.business_group_id;
734: --