Procedures Previous topic Chapter index Next topic

NOM_INSERTA_CONTABILIDAD

 

Input Parameters

Parameter

Type

Description

NOMINA

CHAR(5)

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure NOM_INSERTA_CONTABILIDAD)

 

Definition

CREATE PROCEDURE NOM_INSERTA_CONTABILIDAD(
    NOMINA CHAR(5))
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic