DBA Data[Home] [Help]

APPS.HR_DELETE dependencies on PER_POSITION_LIST

Line 2240: DELETE FROM per_position_list pol

2236: hr_utility.set_location(l_proc,50);
2237: --
2238: -- Changes 02-Oct-99 SCNair (per_positions to hr_all_positions_f) date track position req.
2239: --
2240: DELETE FROM per_position_list pol
2241: WHERE EXISTS ( SELECT ''
2242: FROM hr_all_positions_f pos
2243: WHERE pos.position_id = pol.position_id
2244: AND pos.business_group_id = p_business_group_id);