Procedures Previous topic Chapter index Next topic

FX_CREA_CONTABILIDAD_RANGO

 

Input Parameters

Parameter

Type

Description

PAROLE

CHAR(12)

 

DESDE_

DATE

 

HASTA_

DATE

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure FX_CREA_CONTABILIDAD_RANGO)

 

Definition

CREATE PROCEDURE FX_CREA_CONTABILIDAD_RANGO(
    PAROLE CHAR(12),
    DESDE_ DATE,
    HASTA_ DATE)
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic