A first attempt at recreating the Workspace Utilities -> Application Express Views available in the Apex IDE.
Can be useful when you only have an Apex Runtime enviroment available, and still want to use the Apex Views.
Not complete yet, but works for now.
Note that the "all_users" constructs in P1098_COLUMNS are needed to ensure we only get results for the most current apex version. If you upgraded Apex in the past, and did not remove the old APEX_0% schema(s), you would get multiple results here.