BIP2930
Severity
20 : Error
Message
A function or procedure was called but the value supplied for the '<insert_0>' parameter was of type '<insert_1>' but the function/procedure expects value of type '<insert_2>'
Explanation
Functions and procedures require an exact matching between the data type of values supplied as parameters and the data type in its definition.
Response
Examine and correct the SQL program