Procedures Previous topic Chapter index Next topic

NORMAS_INSERTA_ANTICIPOS

 

Input Parameters

Parameter

Type

Description

PERIODO_

CHAR(4)

 

MES_

CHAR(2)

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure NORMAS_INSERTA_ANTICIPOS)

 

Definition

CREATE PROCEDURE NORMAS_INSERTA_ANTICIPOS(
    PERIODO_ CHAR(4),
    MES_ CHAR(2))
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic