Procedures Previous topic Chapter index Next topic

ERP_CAMBIA_CLAVE

 

Input Parameters

Parameter

Type

Description

USUARIO

CHAR(10)

 

CLAVE

CHAR(10)

 

NUEVA

CHAR(10)

 

CONFIRMAR

CHAR(10)

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure ERP_CAMBIA_CLAVE)

 

Definition

CREATE PROCEDURE ERP_CAMBIA_CLAVE(
    USUARIO CHAR(10),
    CLAVE CHAR(10),
    NUEVA CHAR(10),
    CONFIRMAR CHAR(10))
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic