Cause
A call to PL/SQL function completed, but no RETURN statement was executed.
Action
Rewrite PL/SQL function, making sure that it always returns a value of a proper type.
Error Message
PL/SQL: function returned without value
A call to PL/SQL function completed, but no RETURN statement was executed.
Rewrite PL/SQL function, making sure that it always returns a value of a proper type.