Procedures Previous topic Chapter index Next topic

FX_SEDES

 

Input Parameters

(There are no input parameters)

 

Output Parameters

Parameter

Type

Description

CODIGO

CHAR(15)

 

 

Description

(There is no description for procedure FX_SEDES)

 

Definition

CREATE PROCEDURE FX_SEDES
RETURNS (
    CODIGO CHAR(15))
AS
begin
  /* R.5.0.17 */
  suspend;
end

 

     Previous topic Chapter index Next topic