Oracle Solution for Error ora-54002

Solution for Oracle Error ORA-54002

ORA-54002: only pure functions can be specified in a virtual column expression

What triggered the Error:

Column expression contained a function whose evaluation is non-deterministic.

What should we do to fix it:

Rewrite column expression to reference only pure functions.