Procedures Previous topic Chapter index Next topic

FX_DESCUADRE_INSERTA

 

Input Parameters

Parameter

Type

Description

CUENTA_

CHAR(30)

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure FX_DESCUADRE_INSERTA)

 

Definition

CREATE PROCEDURE FX_DESCUADRE_INSERTA(
    CUENTA_ CHAR(30))
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic