Calculation Manger Rules Are Not Deployed Correctly
(Doc ID 2358053.1)
Last updated on JANUARY 20, 2022
Applies to:
Hyperion Financial Management - Version 11.1.2.3.000 and laterInformation in this document applies to any platform.
Symptoms
After modifying and deploying calculation manager rules, rules are either not be modified or are deployed incompletely.
When extracted directly from HFM application the following is seen:
Sub Calculate_Rule(bLog)
'ID:###
End Sub
However this is what is expected:
Sub Calculate_Rule(bLog)
'ID:###
Call Calculate()
End Sub
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 |