Procedures Previous topic Chapter index Next topic

PRESUPUESTO_SEL_CUENTAS

 

Input Parameters

(There are no input parameters)

 

Output Parameters

Parameter

Type

Description

ITEM

INTEGER

 

CODCUENTA

CHAR(30)

 

 

Description

(There is no description for procedure PRESUPUESTO_SEL_CUENTAS)

 

Definition

CREATE PROCEDURE PRESUPUESTO_SEL_CUENTAS
RETURNS (
    ITEM INTEGER,
    CODCUENTA CHAR(30))
AS
begin
  /* R.5.0.17 */
  suspend;
end

 

     Previous topic Chapter index Next topic