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