Procedures Previous topic Chapter index Next topic

PRO_PRODUCIR

 

Input Parameters

Parameter

Type

Description

ORDEN_PRODUCCION

INTEGER

 

PW

CHAR(3)

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure PRO_PRODUCIR)

 

Definition

CREATE PROCEDURE PRO_PRODUCIR(
    ORDEN_PRODUCCION INTEGER,
    PW CHAR(3))
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic