DBA Data[Home] [Help]

APPS.BEN_ESC_BUS dependencies on PER_BUSINESS_GROUPS

Line 1080: from per_business_groups a,

1076: -- Declare cursor
1077: --
1078: cursor csr_leg_code is
1079: select a.legislation_code
1080: from per_business_groups a,
1081: ben_elig_stdnt_stat_cvg_f b
1082: where b.elig_stdnt_stat_cvg_id = p_elig_stdnt_stat_cvg_id
1083: and a.business_group_id = b.business_group_id;
1084: --