Cause: FDFGDF failed due to ORA-01406: fetched column value was truncated
Getting the above error when trying to "Enter Absence Information" descriptive flexfield "Additional Absence Details".
the reason we found is the display size is defined/set as 5 character and under lying default query is retrieving 6 characters feor employee number and display size of 5 chars cannot accomodate it.
what needs to be done.