Procedures Previous topic Chapter index Next topic

FX_KARDEX_MESES

 

Input Parameters

Parameter

Type

Description

REFERENCIA

CHAR(20)

 

 

Output Parameters

Parameter

Type

Description

MES

CHAR(10)

 

 

Description

(There is no description for procedure FX_KARDEX_MESES)

 

Definition

CREATE PROCEDURE FX_KARDEX_MESES(
    REFERENCIA CHAR(20))
RETURNS (
    MES CHAR(10))
AS
begin
  /* R.5.0.17 */
  suspend;
end

 

     Previous topic Chapter index Next topic