ALERT: After 20A Upgrade, REST InventoryReservations Fails With Error: "The value for the attribute isnt valid because the attribute is associated with a feature that requires opt in."
(Doc ID 2638929.1)
Last updated on AUGUST 09, 2023
Applies to:
Oracle Fusion Inventory Management Cloud Service - Version 11.13.20.01.0 and laterOracle Fusion Inventory Management - Version 11.12.1.0.0 and later
Information in this document applies to any platform.
Symptoms
PROBLEM
When attempting to run REST service for Inventory Reservations, the reservation fails with the following error.
ERROR
The value for the attribute isnt valid because the attribute is associated with a feature that requires opt in.
SYMPTOMS
The issue identified has the following symptoms:
- Currently this is observed to occur only when the quarterly upgrade, on or after February 7th, has been applied for Release 13 Update 20A.
- The issue is observed when running REST call to InventoryReservations Resource
STEPS TO REPRODUCE
1. Run the following REST call: /fscmRestApi/resources/11.13.18.05/inventoryReservations
Example Payload Request:
{
"DemandSourceHeaderId":12345,
"DemandSourceHeaderNumber":6789,
"DemandSourceLineId":10345,
"DemandSourceType":"Sales order",
"ItemNumber":"ITEM1",
"LotNumber":"LOT1",
"OrganizationCode":"ORGANIZATION1",
"ReservationQuantity":2,
"ReservationUOMCode":"EACH",
"SubinventoryCode":"SUB1",
"SupplySourceType":"On hand"
}
2. Response was error message, no successful reservation creation occurred.
Changes
20A Update to Release 13, on 07-FEB-2020 and later, introduced this issue.
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 |