Error "INV_GROUP_ERROR" When Attempting Orderless Completions Using REST
(Doc ID 2616824.1)
Last updated on MAY 06, 2022
Applies to:
Oracle Fusion Manufacturing Cloud Service - Version 11.13.19.07.0 and laterInformation in this document applies to any platform.
Symptoms
When attempting to create orderless completion using REST API following
errors thrown.
ERROR
-----------------------
"ErrorMessages": "The value provided for the Subinventory attribute is
invalid",
"ErrorMessageNames": "INV_GROUP_ERROR",
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Create payload in body for orderless material transaction
{
"SourceSystemCode" : "XYZ",
"SourceSystemType" : "EXTERNAL",
"MaterialTransactionDetail" : [ {
"InventoryItemNumber" : "ABC1234",
"OrganizationCode" : "M1",
"SubinventoryCode" : "XYZ",
"TransactionDate" : "2016-06-07 12:30:49",
"TransactionQuantity" : 1,
"TransactionTypeCode" : "MATERIAL_ISSUE",
"TransactionUnitOfMeasure" : "Each",
"WoOperationSequenceNumber" : 10,
"WorkOrderNumber" : "WO-1000"
} ]
}
2. The above error is thrown.
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 |