Procedures Previous topic Chapter index Next topic

GEN_FACTURA_IPS

 

Input Parameters

Parameter

Type

Description

INCODIGO

INTEGER

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure GEN_FACTURA_IPS)

 

Definition

CREATE PROCEDURE GEN_FACTURA_IPS(
    INCODIGO INTEGER)
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic