Procedures Previous topic Chapter index Next topic

GIROS_CLONA_FLETES

 

Input Parameters

Parameter

Type

Description

OPERADOR_ORIGEN

CHAR(15)

 

OPERADOR_DESTINO

CHAR(15)

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure GIROS_CLONA_FLETES)

 

Definition

CREATE PROCEDURE GIROS_CLONA_FLETES(
    OPERADOR_ORIGEN CHAR(15),
    OPERADOR_DESTINO CHAR(15))
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic