Oracle Solution for Error ora-31602

Solution for Oracle Error ORA-31602

ORA-31602: parameter string value "string

" in function string inconsistent with string

What triggered the Error:

The parameter value is inconsistent with another value specified by the program. It may be inconsistent with the object type associated with the OPEN context, or it may be of the wrong datatype (a boolean rather than a text string or vice versa).

What should we do to fix it:

Correct the program