ALM Process Fails With 'Discount Rate Rule in Oracle ALM Process Rule <NAME>(<ID>) not found in database.'
(Doc ID 2913725.1)
Last updated on JANUARY 29, 2024
Applies to:
Oracle Financial Services Asset Liability Management - Version 8.0.0 and laterInformation in this document applies to any platform.
Oracle Financial Services Analytical Applications (OFSAA)
Oracle Financial Services Asset Liability Management (ALM)
Symptoms
ALM Processes fail and there is no error listed in the *.err log. Checking the FSI_PROCESS_ERRORS table, the following error exists:
Discount Rate Rule in Oracle ALM Process Rule <RULE NAME>(<SYSTEM ID>) not found in database.
You can see the Discount Rates rule in the user interface. Additionally, a row exists in FSI_M_OBJECT_DEFINITION_B and FSI_M_OBJECT_DEFINITION_TL for the rule.
select a.object_definition_id, b.short_desc, a.folder_name, a.last_modified_date
from fsi_m_object_definition_b a, fsi_m_object_definition_tl b
where a.object_definition_id = b.object_definition_id
and a.table_name = 'FSI_M_DISCOUNT_RATE';
As a result, you cannot complete your required ALM processes.
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 |