DBA Data[Home] [Help]

APPS.BEN_HSR_BUS dependencies on PER_BUSINESS_GROUPS

Line 747: from per_business_groups a,

743: -- Declare cursor
744: --
745: cursor csr_leg_code is
746: select a.legislation_code
747: from per_business_groups a,
748: ben_hrly_slrd_rt_f b
749: where b.hrly_slrd_rt_id = p_hrly_slrd_rt_id
750: and a.business_group_id = b.business_group_id;
751: --