Is there a table that holds values of columns in APEX similar to all_tab_columns
?
all_tab_columns
shows column headers like they are in a database, but on APEX, a lot of these headers are formatted to be a bit more user-friendly in interactive reports. I wanted to find if there was a table like this that showed the following mappings:
Database --> APEX
Column Name: dept_no --> Department Number
My hunch is that this data is stored somewhere in a many-to-many mapping where on Interactive Report for a given page, department_no
may be mapped to the string "Department Number" or, if filtered, this could be mapped to "Accounting Department Number" for example.