REST API - ErrorCode": "INV_INT_SRCSEGCODE"
(Doc ID 2634806.1)
Last updated on FEBRUARY 10, 2020
Applies to:
Oracle Fusion Inventory Management Cloud Service - Version 11.13.19.10.0 and laterInformation in this document applies to any platform.
Symptoms
Issue noted On Release : 11.13.19.10.0
Description:
Trying to execute an Account Alias Receipt or Issue using REST API throws the following error message
Resonse:
{
"ReturnStatus": "ERROR",
"ErrorCode": "INV_INT_SRCSEGCODE",
"ErrorExplanation": "The values provided for the transaction source segments are invalid.",
"ErrorUniqueTransactionId": "300000019520428",
"transactionLines": [
Payload:
"transactionLines":[
{
"OrganizationId": 30000001112xxxx,
"TransactionSourceId": 30000001574xxxx,
"Item" : "1004-0016",
"Subinventory" : "Kit Mat",
"lotItemLots" : [ {
"LotNumber" : "PLot2",
"TransactionQuantity" : 1
}],
"TransactionType" : "Account Alias Issue",
"TransactionUnitOfMeasure" : "Each",
"TransactionQuantity" : 1,
"TransactionDate" : "2020-01-30"
}
]
}
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 |