Procedures Previous topic Chapter index Next topic

FX_COSTO_VARIABLE

 

Input Parameters

Parameter

Type

Description

REFERENCIA

CHAR(20)

 

 

Output Parameters

Parameter

Type

Description

RESULTADO

DOUBLE PRECISION

 

 

Description

(There is no description for procedure FX_COSTO_VARIABLE)

 

Definition

CREATE PROCEDURE FX_COSTO_VARIABLE(
    REFERENCIA CHAR(20))
RETURNS (
    RESULTADO DOUBLE PRECISION)
AS
begin
  /* R.5.0.17 */
  suspend;
end

 

     Previous topic Chapter index Next topic