index

Type y_error

Agrupa datos de Errores o textos.

Author
jtsoya539 30/3/2020 10:54:26


Attributes
clave   Clave del error o texto
mensaje   Mensaje del error o texto

Program units
y_error  
parse_json  
to_json  


clave

clave VARCHAR2(100)

Clave del error o texto


mensaje

mensaje VARCHAR2(4000)

Mensaje del error o texto


y_error

FUNCTION y_error RETURN SELF AS RESULT


parse_json

FUNCTION parse_json(i_json IN CLOB) RETURN y_objeto


to_json

FUNCTION to_json RETURN CLOB