App-po-14288 Repack Jun 2026
: Check the Notification Summary for the user to see if the workflow returned an error notification with more specific details.
-- 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.
When a procurement document remains "In Process" and triggers this error, it signifies a breakdown in the background architecture. The most common drivers behind this issue include: 1. Inactive PO Document Approval Manager
The must be active to process the action history table. Log in with the System Administrator responsibility. Navigate to Concurrent > Manager > Administer . Locate the PO Document Approval Manager . app-po-14288
This error typically occurs when a user attempts to view the action history of a Purchase Requisition (or a Purchase Order) and is a strong indicator that the approval workflow for that document has encountered a problem. The document is essentially "stuck" and not progressing to its designated approver.
The background engine responsible for advancing the workflow is not running or has failed.
: Summarize the main points made and restate the thesis or the main argument of your essay. Provide a final thought or call to action if appropriate. : Check the Notification Summary for the user
Oracle provides a concurrent program: (under Purchasing > Reports > Workflow). Run this on all pending documents. It identifies documents that will fail approval before a user even tries.
The person approving the document has left the company, or the management hierarchy is improperly set up.
: The approval workflow stopped working before making a log entry. The most common drivers behind this issue include: 1
Here is a step-by-step approach to diagnosing and resolving the APP-PO-14288 error, combining common solutions found in Oracle user communities.
If you've encountered App-Po-14288 and are looking for support, there are several resources available:
Resolving this issue requires a methodical approach. While the specific fix depends on the root cause, general solutions often involve checking user setup, validating approval hierarchies, reviewing workflow background processes, and verifying document type configurations.
SELECT po_header_id, segment1 AS doc_number, authorization_status, approved_flag, closed_code FROM po_headers_all WHERE segment1 = '&segment1'; Use code with caution.
Oracle E-Business Suite error APP-PO-14288 occurs when a user cannot view the action history of a document, often caused by workflow failures, stuck "In Process" statuses, or restricted access. Troubleshooting involves verifying the Workflow Background Process, ensuring the PO Document Approval Manager is active, and running diagnostic scripts to identify the cause. For more details, visit Spiceworks Community . Unable to approve Requisitions - Spiceworks Community