Procedures Previous topic Chapter index Next topic

PANORAMA_INSERTA

 

Input Parameters

Parameter

Type

Description

USUARIO

CHAR(10)

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure PANORAMA_INSERTA)

 

Definition

CREATE PROCEDURE PANORAMA_INSERTA(
    USUARIO CHAR(10))
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic