Procedures Previous topic Chapter index Next topic

FX_PURGA_COMPROBANTES

 

Input Parameters

Parameter

Type

Description

TIPO

CHAR(5)

 

USUARIO

CHAR(10)

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure FX_PURGA_COMPROBANTES)

 

Definition

CREATE PROCEDURE FX_PURGA_COMPROBANTES(
    TIPO CHAR(5),
    USUARIO CHAR(10))
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic