Procedures Previous topic Chapter index Next topic

FX_SERIAL_CASOS

 

Input Parameters

Parameter

Type

Description

SERIAL

CHAR(20)

 

 

Output Parameters

Parameter

Type

Description

REFERENCIA

CHAR(20)

 

 

Description

(There is no description for procedure FX_SERIAL_CASOS)

 

Definition

CREATE PROCEDURE FX_SERIAL_CASOS(
    SERIAL CHAR(20))
RETURNS (
    REFERENCIA CHAR(20))
AS
begin
  /* R.5.0.17 */
  suspend;
end

 

     Previous topic Chapter index Next topic