DBA Data[Home] [Help]

APPS.BEN_RZR_BUS dependencies on PER_BUSINESS_GROUPS

Line 586: from per_business_groups a,

582: -- Declare cursor
583: --
584: cursor csr_leg_code is
585: select a.legislation_code
586: from per_business_groups a,
587: ben_pstl_zip_rng_f b
588: where b.pstl_zip_rng_id = p_pstl_zip_rng_id
589: and a.business_group_id = b.business_group_id;
590: --