DBA Data[Home] [Help]

APPS.BEN_EMC_BUS dependencies on PER_BUSINESS_GROUPS

Line 1075: from per_business_groups a,

1071: -- Declare cursor
1072: --
1073: cursor csr_leg_code is
1074: select a.legislation_code
1075: from per_business_groups a,
1076: ben_elig_mltry_stat_cvg_f b
1077: where b.elig_mltry_stat_cvg_id = p_elig_mltry_stat_cvg_id
1078: and a.business_group_id = b.business_group_id;
1079: --