Informix Error -4119
-4119 Time-dependent functions must be used with the function
CONSTANT() in constant expressions.One of the constant expressions in this CONSTANT statement refers to function such as CURRENT, whose value depends on the current time. Such functions have to be written as arguments to the CONSTANT() function, which returns their value as of the time of compilation. (You cannot use the time of execution in a constant value.)