DBA Data[Home] [Help]

APPS.GHR_SF52_DO_UPDATE dependencies on PER_POSITION_DEFINITIONS

Line 3636: FROM per_position_definitions ppd, hr_all_positions_f pos

3632: 'SEGMENT27',SEGMENT27,
3633: 'SEGMENT28',SEGMENT28,
3634: 'SEGMENT29',SEGMENT29,
3635: 'SEGMENT30',SEGMENT30) agency_code
3636: FROM per_position_definitions ppd, hr_all_positions_f pos
3637: WHERE pos.position_definition_id = ppd.position_definition_id
3638: AND pos.position_id = c_position_id
3639: AND c_effective_date BETWEEN pos.effective_start_date AND pos.effective_end_date;
3640: