There you go! You cannot use time stamp columns in SQL transform. To use these cloumns you have covert these columns to Character format.
Solution: Do a conversion of these columns in SQL transform using
TO_DATE(TO_CHAR(<SCHEMA>.<COLNAME>, 'YYYY-MON-DD HH24:MI:SS'), 'YYYY-MON-DD HH24:MI:SS')