My Oracle Support Banner

Timestamp Format Wrong for Start and End Date in View Log of SQL Rule Summary Screen (Doc ID 2597279.1)

Last updated on OCTOBER 02, 2024

Applies to:

Oracle Financial Services Analytical Applications Infrastructure - Version 8.0.0 and later
Oracle Financial Services Profitability Management - Version 8.0.0 and later
Oracle Financial Services Funds Transfer Pricing - Version 8.0.0 and later
Oracle Financial Services Asset Liability Management - Version 8.0.0 and later
Information in this document applies to any platform.
Oracle Financial Services Analytical Applications (OFSAA)
Common Object Maintenance

Symptoms

When reviewing the Start and End Dates in the View Log in the SQL Rules Summary screen, the timestamp is wrong for minutes.

For example, the Start Date is listing a timestamp as "08/23/2019 08:08:10" when it should be displayed as "08/23/2019 08:44:10".

Reviewing the web server's FUSIONSUBSYSTEMSService.log, the SQL which populates the information in "View Log" screen for SQL Rules is formatted incorrectly in the following lines:

TO_CHAR(IC.STARTDATE, 'MM/DD/YYYY') || ' ' || TO_CHAR(IC.STARTDATE, 'HH:MM:SS') STARTDATE,
TO_CHAR(IC.ENDDATE, 'MM/DD/YYYY') || ' ' || TO_CHAR(IC.ENDDATE, 'HH:MM:SS') ENDDATE,

The timestamp section uses HH:MM:SS instead of HH:MI:SS.

This issue is specific to the SQL Rule View Log.

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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.