DBA Data[Home] [Help]

APPS.BEN_EPL_BUS dependencies on PER_BUSINESS_GROUPS

Line 642: from per_business_groups a,

638: -- Declare cursor
639: --
640: cursor csr_leg_code is
641: select a.legislation_code
642: from per_business_groups a,
643: ben_elig_pstl_cd_r_rng_cvg_f b
644: where b.elig_pstl_cd_r_rng_cvg_id = p_elig_pstl_cd_r_rng_cvg_id
645: and a.business_group_id = b.business_group_id;
646: --