Apply the latest Oracle Purchasing cumulative rollup patches, as many instances of this error stem from known software bugs that Oracle has already resolved.
-- Conceptual representation of resetting PO status via backend safely -- Always run standard Oracle scripts (e.g., porstpo.sql) in a test environment first! UPDATE po_headers_all SET authorization_status = 'INCOMPLETE', approved_flag = 'N' WHERE segment1 = '&PO_NUMBER' AND org_id = &ORG_ID; Use code with caution.
Navigate to responsibility. Open the Status Monitor . app-po-14160 document action not completed successfully
Click the button to move the workflow back to a previous valid step (e.g., prior to the approval submission).
In the landscape of enterprise resource planning (ERP) systems, Oracle E-Business Suite (EBS) stands as a colossal framework for managing organizational procurement. However, its complexity often gives rise to cryptic error messages that can halt critical business processes. One such prevalent and often frustrating error is "APP-PO-14160: Document Action Not Completed Successfully." This error typically surfaces during the approval workflow of Purchase Orders (PO) or Requisitions, acting as a bottleneck that prevents the procurement cycle from moving forward. Understanding the root causes of this error—ranging from workflow notification issues to setup inconsistencies—is essential for database administrators and functional users to maintain operational efficiency. Navigate to responsibility
To avoid encountering APP-PO-14160 in the future:
Modern procurement systems use workflow engines. If a document doesn’t meet the criteria for the next approval step (e.g., total value exceeds a buyer’s approval limit), the action is blocked. In the landscape of enterprise resource planning (ERP)
Select to see the detailed error message (e.g., "Funds check failed"). Check if the GL Date is in a closed period.
Navigate to and look for Statuses like: Approved , Requires Re-approval , Closed , Cancelled , or Finally Closed . If the PO is already Finally Closed , you cannot Cancel it. 2. Check Receipts and Invoices
Funds checking failed (no funds available, account closed, or GL date closed).
If you are trying to Cancel a PO that has partial receipt/invoicing and you don't want to return the items, you may need to use the action instead of Cancel . This action closes the PO for further transactions without requiring a return. 5. Review Interface Tables ( PO_DOCS_INTERFACE_ERRORS )