REST API to update requisition header for description is failing- another user holds the lock.
Summary:
Hi, I'm trying to update requisition header description with below REST API in our customization app.—
/fscmRestApi/resources/11.13.18.05/purchaseRequisitions/{reqheaderid}
Request payload —
{
Description: "test "
}
But getting below error in response-
Failed to lock the record in table POR_REQUISITION_HEADERS_ALL with key oracle.jbo.Key[ 300000046329147 ], another user holds the lock.
What could be issue and Is there any solution to resolve this.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):