Procedures Previous topic Chapter index Next topic

ERP_LOTE_NUEVO

 

Input Parameters

Parameter

Type

Description

VCODIGO

CHAR(20)

 

NOMBRE

CHAR(80)

 

LLEGADA

DATE

 

VENCIMIENTO

DATE

 

TOLERANCIA

INTEGER

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure ERP_LOTE_NUEVO)

 

Definition

CREATE PROCEDURE ERP_LOTE_NUEVO(
    VCODIGO CHAR(20),
    NOMBRE CHAR(80),
    LLEGADA DATE,
    VENCIMIENTO DATE,
    TOLERANCIA INTEGER)
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic