/* Mostly about Oracle APEX, ORDS, PL/SQL and a bit of Linux in between */
When working with Oracle APEX, the syntax of generating links via APEX_UTIL.prepare_url is dependent on the app session and whether Friendly URLs are enabled or not. Based on the session context, the function will generate absolute or relative URLs. These differences become apparent, for…