DBA Data[Home] [Help]

APPS.BEN_PEO_BUS dependencies on BEN_ELIG_TO_PRTE_RSN_F

Line 2144: ben_elig_to_prte_rsn_f b

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: --
2148: -- Declare local variables