Procedures Previous topic Chapter index Next topic

NOM_BORRA_PLANILLA

 

Input Parameters

Parameter

Type

Description

NOMINA

CHAR(5)

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure NOM_BORRA_PLANILLA)

 

Definition

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

 

     Previous topic Chapter index Next topic