[Home] [Help]
32305: cv_effective_date DATE
32306: )
32307: IS
32308: SELECT position_id
32309: FROM hr_all_positions_f_vl pos, per_pos_structure_elements pse
32310: WHERE pse.pos_structure_version_id = cv_pos_structure_version_id
32311: AND ( pse.parent_position_id = pos.position_id
32312: OR pse.subordinate_position_id = pos.position_id
32313: )