App-po-14288 __top__
The error most commonly appears when a user tries to view the of a Purchase Order (PO) or Requisition. It serves as a defensive wall for the system, triggered by two primary scenarios:
The error is rarely a random glitch. It stems from specific technical and functional bottlenecks in Oracle EBS:
: The PO: Workflow Processing Mode profile option is misconfigured, preventing background processing.
is a specific application error code generated by the Purchasing (PO) module of Oracle E-Business Suite (Release 12.x and 11i). The error typically occurs during document submission, approval, or action processing—such as attempting to approve a Purchase Order (PO), a Release against a Blanket Purchase Agreement, or a Standard Purchase Agreement.
: Incorrect values in the "Approval Transaction Type" within the Document Types setup Troubleshooting Steps app-po-14288
If standard administrator steps do not break the lock, technical analysts should query the database directly to check for state corruption.
If background processes are functional, the roadblock is likely security-based.
If running the background engines does not push the document forward, the document must be safely reset to an "Incomplete" or "Requires Approval" status so it can be reprocessed.
PO Approval (or PO Requisition Approval depending on the document) Minimum Threshold: Leave blank or 0 Maximum Threshold: 10000 Process Deferred: Yes Process Timeout: Yes The error most commonly appears when a user
If the authorization_status returns as IN PROCESS but a parallel query against po_action_history returns zero records for that po_header_id , the system is confirmed to be in a split state. The Remediation Choice: Script vs. Reset Utility
When a document (like a PO) is submitted for approval, Oracle Workflow takes over, directing the document through the approval hierarchy. If the workflow breaks down—due to system issues, incorrect setup, or missing data—the document remains "In Process," but the action history becomes unviewable.
-- Check the current document approval status in the system SELECT segment1 AS doc_number, authorization_status, closed_code FROM po_headers_all WHERE segment1 = '&ENTER_YOUR_PO_NUMBER'; -- Verify if an action history row actually exists SELECT * FROM po_action_history WHERE object_id = (SELECT po_header_id FROM po_headers_all WHERE segment1 = '&ENTER_YOUR_PO_NUMBER'); Use code with caution.
To fix this issue permanently, system administrators must address the root workflow infrastructure and the human resources structure. Step 1: Verify and Run the Workflow Background Process is a specific application error code generated by
: The document was submitted, but the workflow process failed to identify or route it to the next approver Rochester Institute of Technology Missing Setup
The error message masks underlying structural data issues or process failures within the Oracle Procurement and Workflow engines.
While it sounds like a simple permission issue, it often points to a deeper breakdown in the digital paperwork trail. Here is a feature breakdown of why this happens and how to resolve it. The Anatomy of the Error
When faced with the APP-PO-14288 error, follow this systematic checklist to identify and resolve the problem: