Procedures Previous topic Chapter index Next topic

SP_TARIFAS_INSUMOS

 

Input Parameters

Parameter

Type

Description

PORIGEN

CHAR(15)

 

PDESTINO

CHAR(15)

 

PFACTOR

DOUBLE PRECISION

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure SP_TARIFAS_INSUMOS)

 

Definition

CREATE PROCEDURE SP_TARIFAS_INSUMOS(
    PORIGEN CHAR(15),
    PDESTINO CHAR(15),
    PFACTOR DOUBLE PRECISION)
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic