DBA Data[Home] [Help]

APPS.BEN_ESR_BUS dependencies on PER_BUSINESS_GROUPS

Line 659: from per_business_groups a,

655: -- Declare cursor
656: --
657: cursor csr_leg_code is
658: select a.legislation_code
659: from per_business_groups a,
660: ben_ee_stat_rt_f b
661: where b.ee_stat_rt_id = p_ee_stat_rt_id
662: and a.business_group_id = b.business_group_id;
663: --