Procedures Previous topic Chapter index Next topic

FX_PONE_ARCHIVAR_FECHA

 

Input Parameters

Parameter

Type

Description

FECHA

DATE

 

TIPO

CHAR(5)

 

ARCHIVAR

CHAR(1)

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure FX_PONE_ARCHIVAR_FECHA)

 

Definition

CREATE PROCEDURE FX_PONE_ARCHIVAR_FECHA(
    FECHA DATE,
    TIPO CHAR(5),
    ARCHIVAR CHAR(1))
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic