Procedures Previous topic Chapter index Next topic

FX_REPARA_TOTALES

 

Input Parameters

Parameter

Type

Description

FECHA

DATE

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure FX_REPARA_TOTALES)

 

Definition

CREATE PROCEDURE FX_REPARA_TOTALES(
    FECHA DATE)
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic