DBA Data[Home] [Help]

APPS.BEN_EES_BUS dependencies on PER_BUSINESS_GROUPS

Line 725: from per_business_groups a,

721: -- Declare cursor
722: --
723: cursor csr_leg_code is
724: select a.legislation_code
725: from per_business_groups a,
726: ben_elig_ee_stat_prte_f b
727: where b.elig_ee_stat_prte_id = p_elig_ee_stat_prte_id
728: and a.business_group_id = b.business_group_id;
729: --