Hi,
I try to use inline plsql function in update in 18.4 and i found problem.
When i write ';' at the end of statement i get ORA-00933 sql error. Without ';' update goes well.
In others developers tools toad for example, update works ok with or without ';'