DBA Data[Home] [Help]

APPS.PER_JBR_BUS dependencies on HR_POSITIONS_F

Line 169: from hr_positions_f pos

165: -- Changed 12-Oct-99 SCNair (per_positions to hr_positions) Date tracked position req.
166: --
167: cursor csr_position_exists is
168: select 'x'
169: from hr_positions_f pos
170: where pos.position_id = p_position_id
171: and pos.business_group_id + 0 = p_business_group_id;
172: --
173: cursor csr_pos_combo_exists is