DBA Data[Home] [Help]

APPS.BEN_EOY_BUS dependencies on PER_BUSINESS_GROUPS

Line 761: from per_business_groups a,

757: -- Declare cursor
758: --
759: cursor csr_leg_code is
760: select a.legislation_code
761: from per_business_groups a,
762: ben_elig_othr_ptip_prte_f b
763: where b.elig_othr_ptip_prte_id = p_elig_othr_ptip_prte_id
764: and a.business_group_id = b.business_group_id;
765: --