DBA Data[Home] [Help]

APPS.BEN_EOM_BUS dependencies on PER_BUSINESS_GROUPS

Line 551: from per_business_groups a,

547: -- Declare cursor
548: --
549: cursor csr_leg_code is
550: select a.legislation_code
551: from per_business_groups a,
552: ben_elig_optd_mdcr_prte_f b
553: where b.elig_optd_mdcr_prte_id = p_elig_optd_mdcr_prte_id
554: and a.business_group_id = b.business_group_id;
555: --