DBA Data[Home] [Help]

APPS.BEN_PET_BUS dependencies on PER_BUSINESS_GROUPS

Line 595: from per_business_groups a,

591: -- Declare cursor
592: --
593: cursor csr_leg_code is
594: select a.legislation_code
595: from per_business_groups a,
596: ben_popl_enrt_typ_cycl_f b
597: where b.popl_enrt_typ_cycl_id = p_popl_enrt_typ_cycl_id
598: and a.business_group_id = b.business_group_id;
599: --