Discount Method Is Not Displayed In Application After Edit By Particular User
(Doc ID 2800033.1)
Last updated on MARCH 02, 2023
Applies to:
Oracle Financial Services Asset Liability Management - Version 8.0.0 and laterInformation in this document applies to any platform.
Oracle Financial Services Asset Liability Management (ALM)
Oracle Financial Services Analytical Applications (OFSAA)
Oracle Financial Services Enterprise Performance Management (EPM)
Symptoms
On 8.0.x version, Discount Method is not displayed in application, despite same exist in the related database tables.
Definition was appearing on the application and when user tried to edit it, it got disappeared from the application User Interface (UI).
It was noticed that FOLDER_NAME is NULL in FSI_M_OBJECT_DEFINITION_B table for DISCOUNT_SYS_ID in question. After updating the value of this field, definition became visible in UI.
SQL>
update FSI_M_OBJECT_DEFINITION_B
set FOLDER_NAME = ''
where DISCOUNT_SYS_ID=<sys_id>;
commit;
Issue with FOLDER_NAME getting blank after editing is not happening for all users. However, once this happens, given definition becomes inaccessible to all other users.
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 |