My Oracle Support Banner

FA:SCM:MFG: REST API for Orderless Completion Errors Out With Item Revision Error (WIE_WOMT_IRV_INVALID) if Transaction Date is Passed (Doc ID 2549445.1)

Last updated on FEBRUARY 13, 2020

Applies to:

Oracle Fusion Manufacturing Cloud Service - Version 11.13.19.04.0 and later
Information in this document applies to any platform.

Symptoms

 When attempting to create of orderless completion using REST API following
errors occurs when TransactionDate is provided in the body. While if
TransactionDate is not provided, the orderless completions are
successfully created.

ERROR
-----------------------
"ErrorMessages": "The value {INVENTORY_ITEM_REVISION} provided for the
Inventory Item Revision attribute is invalid.",
"ErrorMessageNames": "WIE_WOMT_IRV_INVALID",

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" : "Stores",
"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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.