Procedures Previous topic Chapter index Next topic

SYS_CAMBIA_INTERES_MORA

 

Input Parameters

Parameter

Type

Description

VALOR

NUMERIC(15,2)

 

 

Output Parameters

(There are no output parameters)

 

Description

(There is no description for procedure SYS_CAMBIA_INTERES_MORA)

 

Definition

CREATE PROCEDURE SYS_CAMBIA_INTERES_MORA(
    VALOR NUMERIC(15,2))
AS
begin
  /* R.5.0.17 */
  exit;
end

 

     Previous topic Chapter index Next topic