DBA Data[Home] [Help]

APPS.BEN_PEO_BUS dependencies on PER_BUSINESS_GROUPS

Line 2143: from per_business_groups a,

2139: -- Declare cursor
2140: --
2141: cursor csr_leg_code is
2142: select a.legislation_code
2143: from per_business_groups a,
2144: ben_elig_to_prte_rsn_f b
2145: where b.elig_to_prte_rsn_id = p_elig_to_prte_rsn_id
2146: and a.business_group_id = b.business_group_id;
2147: --