ERROR | PL/SQL: Function returned without value |
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 | PL/SQL: Function returned without value |
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. |