Order Lines Are Present In Table OE_LINES_IFACE_ALL But Do Not Show In The Order Correction Form
(Doc ID 2866523.1)
Last updated on MARCH 03, 2025
Applies to:
Oracle Order Management - Version 12.2 and laterInformation in this document applies to any platform.
Symptoms
While trying to import sales order through Order Import program, it was found that before running Order Import, sales order header and lines are showing in oe_headers_iface_all and oe_lines_iface_all table without any error but the same order when tried to check from 'Correction' form under Order management responsibility , only the header details are visible but not the lines.
The issue can be reproduced by below steps:
A. Verify data in interface table
From SQL Developer or any other equivalent tool, run the following queries and confirm that the data exists in both headers and lines interface tables
1. SELECT * FROM oe_headers_iface_all where orig_sys_document_ref = 'XXXXXX';
2. SELECT * FROM oe_lines_iface_all where orig_sys_document_ref = 'XXXXXX';
B. Verify data from Corrections form
- Go to Order Management Responsibility
- Navigate to Orders,Returns>Import Orders> Corrections
- Query the data by Order Reference = orig_sys_document_ref that is 'XXXXXX' ( same as in above SQL queries)
- Notice that Sales Order Header details are visible
- Select the header record an click on Lines button
- Notice that no records are displayed
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |