DBA Data[Home] [Help]

APPS.BEN_EET_BUS dependencies on PER_BUSINESS_GROUPS

Line 715: from per_business_groups a,

711: -- Declare cursor
712: --
713: cursor csr_leg_code is
714: select a.legislation_code
715: from per_business_groups a,
716: ben_elig_enrld_anthr_ptip_f b
717: where b.elig_enrld_anthr_ptip_id = p_elig_enrld_anthr_ptip_id
718: and a.business_group_id = b.business_group_id;
719: --