DBA Data[Home] [Help]

APPS.BEN_EEI_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_enrld_anthr_oipl_f b
763: where b.elig_enrld_anthr_oipl_id = p_elig_enrld_anthr_oipl_id
764: and a.business_group_id = b.business_group_id;
765: --