Following error is being thrown while accessing an _v2 view, of a custom object.
ORA-01861: literal does not match format string
The data type of input parameters defined in the cmn_date_time_diff_fct function is DATE. However, some _v2 views that make use of this function are invoking it by converting dates into varchars using the to_char function.