Procedures Previous topic Chapter index Next topic

FACTORAJE_INSERTA

 

Input Parameters

Parameter

Type

Description

FACTORING_

CHAR(10)

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure FACTORAJE_INSERTA)

 

Definition

CREATE PROCEDURE FACTORAJE_INSERTA(
    FACTORING_ CHAR(10))
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic