Procedures Previous topic Chapter index Next topic

APO_REVERSA

 

Input Parameters

Parameter

Type

Description

TIPO

CHAR(5)

 

PREFIJO

CHAR(5)

 

NUMERO

CHAR(10)

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure APO_REVERSA)

 

Definition

CREATE PROCEDURE APO_REVERSA(
    TIPO CHAR(5),
    PREFIJO CHAR(5),
    NUMERO CHAR(10))
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic