DBA Data[Home] [Help]

APPS.BEN_SAZ_BUS dependencies on PER_BUSINESS_GROUPS

Line 393: from per_business_groups a,

389: -- Declare cursor
390: --
391: cursor csr_leg_code is
392: select a.legislation_code
393: from per_business_groups a,
394: ben_svc_area_pstl_zip_rng_f b
395: where b.svc_area_pstl_zip_rng_id = p_svc_area_pstl_zip_rng_id
396: and a.business_group_id = b.business_group_id;
397: --