Resource Rate Cannot Be Set to 1 For Currency Type Resource by Cost Import
(Doc ID 2976680.1)
Last updated on OCTOBER 03, 2023
Applies to:
Oracle Cost Management - Version 12.2.10 and laterInformation in this document applies to any platform.
Symptoms
Problem Statement
On Cost Import process, when importing resource rate = 1 for currency type resources, the following error occurs on CST_RESOURCE_COSTS_INTERFACE
Error
ERROR_CODE :CST_INVALID_RESOURCE
ERROR_EXPLANATION: The resource id and resource code combination does not exist or the functional currency flag is equal to 1.
Steps to Reproduce
- Define Resource with type:Currency.
- Insert a record to the interface table.
INSERT INTO CST_RESOURCE_COSTS_INTERFACE
(RESOURCE_ID
,ORGANIZATION_ID
,RESOURCE_RATE
,PROCESS_FLAG
,GROUP_ID
)
VALUES
(85544 ---ResourceID
,207 ---OrgID
,1 ---Resource rate
,1 ---'1'
,999---GROUP_ID
); - Execute Cost Import Process
- The request ended with warning status
- Review error on CST_RESOURCE_COSTS_INTERFACE
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 |