Idea Summary
There is a function APEX_UTIL.URL_ENCODE, but no APEX_UTIL.URL_DECODE.
It's almost the same as using the UTL_URL functions, but the latter cannot be used in SQL statements (because of the boolean input parameter).
Use Case
REST services returning a URL.
Preferred Solution (Optional)
Add URL_DECODE to APEX_UTIL.