Your Load Data Warehouse job is failing after upgrade to 16.4.0.1 with the below error.
ORA-20100: ENCOUNTERED EXCEPTION IN DWH_DIM_LOAD (DWH_TME_SHEET). SQLERRM : ORA-01438: value larger than specified precision allowed for this column
ORA-06512: at line 24
You submitted an adjustment for the bad value in the timesheet, however this did not work
Clarity 16.4.0+
A user has filled an extremely long value by mistake (2222222222222222300000000000000000000000000000000000000000000.00) for an OOO vacation task
This column was added to the DWH_TME_SHEET table in 16.4.0:
When the user entered that massive number into their timesheet, it saved successfully in PRTIMESHEET.PRACTSUM. This is because PRACTSUM is defined as a FLOAT.
In 16.4.0 the timesheet total now syncs down to the Data Warehouse into the new TIMESHEET_TOTAL column, and it's NUMBER(32, 0) so cannot exceed 32 digits.