Procedures Previous topic Chapter index Next topic

EXO_INSERTA_TERCEROS

 

Input Parameters

Parameter

Type

Description

ID

INTEGER

 

DESDE_

DATE

 

HASTA_

DATE

 

FORMATO_

CHAR(10)

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure EXO_INSERTA_TERCEROS)

 

Definition

CREATE PROCEDURE EXO_INSERTA_TERCEROS(
    ID INTEGER,
    DESDE_ DATE,
    HASTA_ DATE,
    FORMATO_ CHAR(10))
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic