Asset Additions REST API Is Not Considering P_PAYABLES_CCID_TBL Value
(Doc ID 2690754.1)
Last updated on NOVEMBER 05, 2021
Applies to:
Oracle Fusion Assets Cloud Service - Version 11.13.20.04.0 and laterInformation in this document applies to any platform.
Symptoms
On : 11.13.20.04.0 version, Acquire Assets-Record Asset Acquisition
When calling the REST API to Add Assets and use a specific P_PAYABLES_CCID_TBL code combination, this combination is not used in the transaction.
STEPS
-----------------------
1. Call the REST API to Add Assets with the payload below:
{
OperationName"":""processTransaction-addAsset"","
ParameterList: "{P_API_VERSION:1,
P_INIT_MSG_LIST:T,
P_COMMIT:T,
P_BOOK_TYPE_CODE:CORPAZ,
PX_ASSET_NUMBER: ABC4011,
P_DESCRIPTION: 'XYZ',
P_ASSET_TYPE : CAPITALIZED,
P_CATEGORY_ID: 300000010260827,
P_DATE_PLACED_IN_SERVICE: 2020-08-01,
P_COST :50523.77,
P_PAYABLES_COST_TBL : 50523.77,
P_PAYABLES_CCID_TBL : 25387, ***THIS IS THE CCID that is expected to be used ****
P_PAYABLES_UNITS_TBL:1,
P_UNITS:1,
P_DEPRECIATE_FLAG: YES,
P_METHOD_ID:9999999992559,
P_CONVENTION_TYPE_ID:999999996233188,
P_CAT_ATTRIBUTE1:9999,
P_DISTRIBUTION_ID_TBL:1,
P_ASSIGNED_TO_TBL:1,
P_UNITS_ASSIGNED_TBL:1,
P_EXPENSE_CCID_TBL:99999,
P_LOCATION_CCID_TBL:9999999410634}"
}
2. The Asset is successfully added as the response shows
Status: S
Asset 23014 Created For ABC4011
3. Verify the account detail lines for the created asset and is NOT using the P_PAYABLES_CCID_TBL : 25387. Instead is using the default set for the Asset Category.
Changes
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 |