Procedures Previous topic Chapter index Next topic

PRO_INSERTA_DOCUMENTOS

 

Input Parameters

Parameter

Type

Description

ORDEN_PRODUCCION

INTEGER

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure PRO_INSERTA_DOCUMENTOS)

 

Definition

CREATE PROCEDURE PRO_INSERTA_DOCUMENTOS(
    ORDEN_PRODUCCION INTEGER)
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic