BIP2933
Severity
20 : Error
Message
A function or procedure was called but the value supplied for the '<insert_0>' parameter was not a reference to a reference variable but the definition of the function/procedure requires a reference to a reference variable.
Explanation
Functions and procedures require references to reference variables to be supplied for OUT and INOUT reference parameters so that the resulting value can be assigned to its target.
Response
Examine and correct the SQL program