Procedures Previous topic Chapter index Next topic

GIROS_INSERTA_CONTABILIDAD

 

Input Parameters

Parameter

Type

Description

ID

INTEGER

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure GIROS_INSERTA_CONTABILIDAD)

 

Definition

CREATE PROCEDURE GIROS_INSERTA_CONTABILIDAD(
    ID INTEGER)
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic