My Oracle Support Banner

FA:SCM:INV : ORA-00001: Unique Constraint (FUSION.INV_TXN_LOTS_TEMP_U1) Violated With Pick Transaction REST API (Doc ID 2685477.1)

Last updated on JULY 26, 2022

Applies to:

Oracle Fusion Inventory Management Cloud Service - Version 11.13.20.01.0 and later
Oracle Inventory Management - Version 12.2.7 and later
Information in this document applies to any platform.

Goal

Getting the error "ORA-00001: unique constraint (FUSION.INV_TXN_LOTS_TEMP_U1) violated" when trying to confirm the pick slip transaction with 2 lot numbers.

Issue was getting when user was trying to confirm pick transactions using REST API. 

Sample JSON to confirm the pick transaction:
{
"pickLines":[
{
"Locator":"17-05-1/100",
"PickSlipLine":3,
"PickSlip":199013,
"PickedQuantity":5,
"SubinventoryCode":"100",
"dffs":[

],
"lotItemLots":[
{
"Lot":"AC002",
"Quantity":2
},
{
"Lot":"AC001",
"Quantity":3
}
],
"lotSerialItemLots":[

],
"pickExceptions":[
{
"Reason":""
}
],
"serialItemSerials":[

]
}
]
}


 

Solution

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
Goal
Solution
References


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