DBA Data[Home] [Help]

APPS.BEN_EDG_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_dpnt_cvrd_othr_pgm_f b
717: where b.elig_dpnt_cvrd_othr_pgm_id = p_elig_dpnt_cvrd_othr_pgm_id
718: and a.business_group_id = b.business_group_id;
719: --