DBA Data[Home] [Help]

APPS.GHR_VALIDATE_CHECK dependencies on GHR_VALIDATE_PERWSDPO

Line 492: ghr_validate_perwsdpo.validate_perwsdpo(p_pa_request_rec.to_position_id,p_pa_request_rec.effective_date);

488: If l_psn_status = 'INVALID' then
489: -- If position is invalid instead of erroring out straight away,
490: -- validate it and if valid, update the status, else give out the error
491: begin
492: ghr_validate_perwsdpo.validate_perwsdpo(p_pa_request_rec.to_position_id,p_pa_request_rec.effective_date);
493: ghr_validate_perwsdpo.update_posn_status(p_pa_request_rec.to_position_id,p_pa_request_rec.effective_date);
494: exception
495: when others then
496: hr_utility.set_message(8301,'GHR_38288_POSITION_INVALID');

Line 493: ghr_validate_perwsdpo.update_posn_status(p_pa_request_rec.to_position_id,p_pa_request_rec.effective_date);

489: -- If position is invalid instead of erroring out straight away,
490: -- validate it and if valid, update the status, else give out the error
491: begin
492: ghr_validate_perwsdpo.validate_perwsdpo(p_pa_request_rec.to_position_id,p_pa_request_rec.effective_date);
493: ghr_validate_perwsdpo.update_posn_status(p_pa_request_rec.to_position_id,p_pa_request_rec.effective_date);
494: exception
495: when others then
496: hr_utility.set_message(8301,'GHR_38288_POSITION_INVALID');
497: hr_utility.raise_error;