Database Error Messages

ORA-40798

Boolean conversion is not supported for the specified data type.

Cause

An attempt was made to use the Boolean number conversion with a data type that was not NUMBER.


Action

Change the data type in the RETURNING clause to NUMBER.