DBA Data[Home] [Help]

APPS.HR_PSF_BUS dependencies on PER_BUSINESS_GROUPS

Line 1764: from per_business_groups pbg

1760: -- Declare cursor
1761: --
1762: cursor csr_leg_code is
1763: select pbg.legislation_code
1764: from per_business_groups pbg
1765: , hr_positions_f pos
1766: where pos.position_id = p_position_id
1767: and pbg.business_group_id = pos.business_group_id
1768: order by pos.effective_start_date;