I'm using Oracle APEX but am unsure how to access the following variables from an external javascript file that may be located on the app server or stored in Shared Components -> Static Files.
:APP_ID
:APP_PAGE_ID
:APP_SESSION
How can I reference the values for each of the above from javascript (stored as a Static File)?