DBA Data[Home] [Help]

APPS.GHR_VALIDATE_CHECK dependencies on GHR_VALIDATE_PERWSDPO

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

585: If l_psn_status = 'INVALID' then
586: -- If position is invalid instead of erroring out straight away,
587: -- validate it and if valid, update the status, else give out the error
588: begin
589: ghr_validate_perwsdpo.validate_perwsdpo(p_pa_request_rec.to_position_id,p_pa_request_rec.effective_date);
590: ghr_validate_perwsdpo.update_posn_status(p_pa_request_rec.to_position_id,p_pa_request_rec.effective_date);
591: exception
592: when others then
593: hr_utility.set_message(8301,'GHR_38288_POSITION_INVALID');

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

586: -- If position is invalid instead of erroring out straight away,
587: -- validate it and if valid, update the status, else give out the error
588: begin
589: ghr_validate_perwsdpo.validate_perwsdpo(p_pa_request_rec.to_position_id,p_pa_request_rec.effective_date);
590: ghr_validate_perwsdpo.update_posn_status(p_pa_request_rec.to_position_id,p_pa_request_rec.effective_date);
591: exception
592: when others then
593: hr_utility.set_message(8301,'GHR_38288_POSITION_INVALID');
594: hr_utility.raise_error;