DBA Data[Home] [Help]

APPS.BEN_EDC_BUS dependencies on PER_BUSINESS_GROUPS

Line 1085: from per_business_groups a,

1081: -- Declare cursor
1082: --
1083: cursor csr_leg_code is
1084: select a.legislation_code
1085: from per_business_groups a,
1086: ben_elig_dsbld_stat_cvg_f b
1087: where b.elig_dsbld_stat_cvg_id = p_elig_dsbld_stat_cvg_id
1088: and a.business_group_id = b.business_group_id;
1089: --