Procedures Previous topic Chapter index Next topic

EXO_NIT_VALIDO

 

Input Parameters

Parameter

Type

Description

CODIGO

VARCHAR(15)

 

 

Output Parameters

Parameter

Type

Description

RESULTADO

CHAR(1)

 

 

Description

(There is no description for procedure EXO_NIT_VALIDO)

 

Definition

CREATE PROCEDURE EXO_NIT_VALIDO(
    CODIGO VARCHAR(15))
RETURNS (
    RESULTADO CHAR(1))
AS
begin
  /* R.5.0.17 */
  suspend;
end

 

     Previous topic Chapter index Next topic