DBA Data[Home] [Help]

APPS.BEN_ECL_BUS dependencies on PER_BUSINESS_GROUPS

Line 812: from per_business_groups a,

808: -- Declare cursor
809: --
810: cursor csr_leg_code is
811: select a.legislation_code
812: from per_business_groups a,
813: ben_elig_comp_lvl_prte_f b
814: where b.elig_comp_lvl_prte_id = p_elig_comp_lvl_prte_id
815: and a.business_group_id = b.business_group_id;
816: --