DBA Data[Home] [Help]

APPS.BEN_PZR_BUS dependencies on PER_BUSINESS_GROUPS

Line 692: from per_business_groups a,

688: -- Declare cursor
689: --
690: cursor csr_leg_code is
691: select a.legislation_code
692: from per_business_groups a,
693: ben_pstl_zip_rt_f b
694: where b.pstl_zip_rt_id = p_pstl_zip_rt_id
695: and a.business_group_id = b.business_group_id;
696: --