ORA-06503

Error: ORA-06503: PL/SQL: Function returned without value

Causa: A call to PL/SQL function completed, but no RETURN statement was executed.

Acción: Rewrite PL/SQL function, making sure that it always returns a value of a proper type.

COMENTARIOS:


No hay comentarios.