ORA-20001: The HR Object Is Invalid
Hello All.
I'am trying to use HR_POSITION_API.update_position to update positions in HR.
After running procedure I got the following error:
ORA-20001: The HR object is invalid
Cause: The HR object which is attempted to be locked is inconsistent with the corresponding object in the HR Schema.
Action: Retry the action with the correct object version number.
Parameter p_object_version_number of the API procedure was assigned with the value of object_version_number of the position_id to be updated
p_object_version_number => x_object_version_number (assigned value )
Can anyone suggest how to resolve the problem.
I'am trying to use HR_POSITION_API.update_position to update positions in HR.
After running procedure I got the following error:
ORA-20001: The HR object is invalid
Cause: The HR object which is attempted to be locked is inconsistent with the corresponding object in the HR Schema.
Action: Retry the action with the correct object version number.
Parameter p_object_version_number of the API procedure was assigned with the value of object_version_number of the position_id to be updated
p_object_version_number => x_object_version_number (assigned value )
Can anyone suggest how to resolve the problem.
Tagged:
0