RCVRCERC: A Receiving Header Transaction is able to be Saved With No Receipt Lines
(Doc ID 269073.1)
Last updated on OCTOBER 17, 2022
Applies to:
Oracle Inventory Management - Version 11.5.9 and laterInformation in this document applies to any platform.
FORM:RCVRCERC.FMB - Enter Receipts GUI
Symptoms
A receiving header transaction is able to be saved with no receipt lines.
Records exist in rcv_shipment_headers withoug any associating records in rcv_shipment_lines and rcv_transactions.
The following selects do not return rows:
select * from rcv_transactions where shipment_header_id in (&shipment_header);
select * from rcv_shipment_lines where shipment_header_id in (&shipment_header);
Changes
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 |
Changes |
Cause |
Solution |
References |