Move Order Fails With Error "The Material Sourcing Process Failed To Create Picking Suggestions" When Transacting (ORA-01422 Seen In Log File)
(Doc ID 2933288.1)
Last updated on MARCH 07, 2023
Applies to:
Oracle Inventory Management - Version 12.2.10 and laterInformation in this document applies to any platform.
Symptoms
In a Project Manufacturing environment, when trying to allocate a move order, the following errors are occurring:
Error: The requested quantity could not be fulfilled by the location detailing process.z
Action: Make sure there is onhand quantity for item before attempting to detailed these items."
Steps
- Navigate: Inventory > Move Orders > Transact Move Orders.
- Query for a move order.
- Check the checkbox next to a line you want to transact and click the Transact button.
In addition, following message is seen in the debug log file:
Cause FDFGCD faile due to ORA-01422 exact fetch returns more than requested number of rows.
The SQL statement being executed at the time of the error was:
SELECT ENABLED_FLAG, SUMMARY_FLAG,
NVL(TO_CHAR(START_DATE_ACTIVE,'J'),
NVL(TO_CHAR(END_DATE_ACTIVE, 'J'),0),SEGMENT1,SEGMENT2,
SEGMENT19,INVENTORY_LOCATION_ID FROM MTL_ITEM_LOCATIONS
WHERE ORGANIZATION_ID = :num AND SEGMENT1 = :SEGMENT1
AND SEGMENT2 = :SEGMENT2 AND SEGMENT19 = SEGMENT19
and was executed from the file 7ERRFILE.
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 |
References |