DBA Data[Home] [Help]

APPS.BEN_EGR_BUS dependencies on PER_BUSINESS_GROUPS

Line 652: from per_business_groups a,

648: -- Declare cursor
649: --
650: cursor csr_leg_code is
651: select a.legislation_code
652: from per_business_groups a,
653: ben_elig_grd_prte_f b
654: where b.elig_grd_prte_id = p_elig_grd_prte_id
655: and a.business_group_id = b.business_group_id;
656: --