I am using APEX 5. I have a small generic js function that I want to be accessible by all pages in my application. I don't want to include a separate .js file. In APEX 4, I had used a page 0 and just included that source in that page. What is the recommended way to do this APEX 5?