DBA Data[Home] [Help]

APPS.BEN_EAC_BUS dependencies on PER_BUSINESS_GROUPS

Line 1091: from per_business_groups a,

1087: -- Declare cursor
1088: --
1089: cursor csr_leg_code is
1090: select a.legislation_code
1091: from per_business_groups a,
1092: ben_elig_age_cvg_f b
1093: where b.elig_age_cvg_id = p_elig_age_cvg_id
1094: and a.business_group_id = b.business_group_id;
1095: --