Procedures Previous topic Chapter index Next topic

REPARA_CONTABILIDAD

 

Input Parameters

Parameter

Type

Description

CENTRO_

CHAR(5)

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure REPARA_CONTABILIDAD)

 

Definition

CREATE PROCEDURE REPARA_CONTABILIDAD(
    CENTRO_ CHAR(5))
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic