Oracle Message PCC-02357 - Function calls may not be used as host variable expressions

ERRORFunction calls may not be used as host variable expressions
CAUSEOnly objects that are lvalues (that resolve to an address) can be host variables. Because a function call is not an lvalue, one cannot be used in place of a host variable.
ACTIONRecode the application.