DBA Data[Home] [Help]

APPS.BEN_EPZ_BUS dependencies on PER_BUSINESS_GROUPS

Line 682: from per_business_groups a,

678: -- Declare cursor
679: --
680: cursor csr_leg_code is
681: select a.legislation_code
682: from per_business_groups a,
683: ben_elig_pstl_cd_r_rng_prte_f b
684: where b.elig_pstl_cd_r_rng_prte_id = p_elig_pstl_cd_r_rng_prte_id
685: and a.business_group_id = b.business_group_id;
686: --