Use the to search for the item type POAPPRV (PO Approval) tied to your document number.
If a cancellation fails because an incomplete return or receipt corrupted the quantity logic:
: This error is sometimes identified as a bug (related to MOS Note: 1912083.1 ). Specifically, applying the PSA RPC Patch 14563642 has been recommended by Oracle support experts to resolve underlying system conflicts. apppo14160 document action not completed successfully hot
Check if a single shipment line is stuck in a state conflicting with the header status.
SELECT authorization_status, closed_code, cancel_flag FROM po_headers_all WHERE segment1 = '&PO_NUMBER'; SELECT line_num, closed_code, cancel_flag FROM po_lines_all WHERE po_header_id = (SELECT po_header_id FROM po_headers_all WHERE segment1 = '&PO_NUMBER'); SELECT shipment_num, shipment_type, closed_code, cancel_flag FROM po_line_locations_all WHERE po_header_id = (SELECT po_header_id FROM po_headers_all WHERE segment1 = '&PO_NUMBER'); Use code with caution. Use the to search for the item type
To resolve the "AppPo 14160 Document Action Not Completed Successfully" error, follow these troubleshooting steps:
Query the account string and verify that the checkbox is flagged, Allow Posting is active, and the current date falls within the start/end active date range. Step 3: Align Mismatched Quantities via On-Hand Adjustment Check if a single shipment line is stuck
The error is a generic failure indicator. The underlying cause can vary widely. Below are the most common culprits:
Is this document a ?
“APP-PO-14160: Document action not completed successfully. You attempted to perform a document action that is incompatible with the status of the document.”
: If the document is "In Process," ensure the Workflow Background Process is running, especially for deferred activities.