Error on FA Mass Additions REST API
(Doc ID 3022695.1)
Last updated on JULY 29, 2024
Applies to:
Oracle Fusion Assets Cloud Service - Version 11.13.24.04.0 and laterInformation in this document applies to any platform.
Symptoms
Getting below error from the change Mass Additions book API.
Message: Check your source books list. At least one source book list entry should have the same ledger as the destination book.
The issue can be reproduced at will with the following steps:
1. Run REST/API
URL: https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/erpintegrations
Request:
{
"OperationName": "processTransaction-changeMassAdditionsBook",
"ParameterList": "{P_DEST_BOOK_TYPE_CODE: 'XXXXX CORP', P_SRC_BOOK_TYPE_CODE_TBL:’XXXXX TAX',P_DEST_QUEUE_NAME:NEW}"
}
Response:
{
"OperationName": "processTransaction-changeMassAdditionsBook",
"DocumentId": null,
"DocumentContent": null,
"FileName": null,
"ContentType": null,
"FileType": null,
"DocumentAccount": null,
"Comments": null,
"ProcessName": null,
"LoadRequestId": null,
"JobPackageName": null,
"JobDefName": null,
"ReqstId": null,
"RequestStatus": null,
"JobName": null,
"ParameterList": "{\"X_RETURN_STATUS\":\"E\",\"X_MSG_DATA\":\"Check your source books list. Atleast one source book list entry should have the same ledger as the destination book\",\"X_MSG_COUNT\":\"1\"}",
"NotificationCode": null,
"CallbackURL": null,
"JobOptions": null,
"StatusCode": null,
"ESSParameters": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/erpintegrations/processTransaction-changeMassAdditionsBook",
"name": "erpintegrations",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/erpintegrations/processTransaction-changeMassAdditionsBook",
"name": "erpintegrations",
"kind": "item"
}
]
}
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 |