Procedures Previous topic Chapter index Next topic

CRM_BORRA_CASO

 

Input Parameters

Parameter

Type

Description

CODIGO

INTEGER

 

LLAVE

INTEGER

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure CRM_BORRA_CASO)

 

Definition

CREATE PROCEDURE CRM_BORRA_CASO(
    CODIGO INTEGER,
    LLAVE INTEGER)
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic