BIP2939
Severity
20 : ErrorMessage
An invalid attempt was made to execute the function or procedure '<insert_0>'.Explanation
Either an attempt was made to execute the function '<insert_0>' using a CALL statement or an attempt was made to execute the procedure '<insert_0>' by its name and parameters only. Functions are always invoked by name and parameters only while procedures are always invoked by the CALL statement.Response
Examine and correct the SQL program