DBA Data[Home] [Help]

APPS.BEN_ETW_BUS dependencies on PER_BUSINESS_GROUPS

Line 640: from per_business_groups a,

636: -- Declare cursor
637: --
638: cursor csr_leg_code is
639: select a.legislation_code
640: from per_business_groups a,
641: ben_elig_per_wv_pl_typ_f b
642: where b.elig_per_wv_pl_typ_id = p_elig_per_wv_pl_typ_id
643: and a.business_group_id = b.business_group_id;
644: --