Procedures Previous topic Chapter index Next topic

FX_REPARA_VALIDACION

 

Input Parameters

Parameter

Type

Description

PAROLE

CHAR(12)

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure FX_REPARA_VALIDACION)

 

Definition

CREATE PROCEDURE FX_REPARA_VALIDACION(
    PAROLE CHAR(12))
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic