Procedures Previous topic Chapter index Next topic

FX_GEN_ESQUEMA

 

Input Parameters

Parameter

Type

Description

CODIGO

INTEGER

 

LINEA

CHAR(5)

 

IMPUESTO

CHAR(5)

 

RETENCION

CHAR(5)

 

CONTABLE

CHAR(5)

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure FX_GEN_ESQUEMA)

 

Definition

CREATE PROCEDURE FX_GEN_ESQUEMA(
    CODIGO INTEGER,
    LINEA CHAR(5),
    IMPUESTO CHAR(5),
    RETENCION CHAR(5),
    CONTABLE CHAR(5))
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic