| Column ID | Column name | Data type | Length | Precision | NULL | Description |
|
| 1 | OWNER | VARCHAR2 | 30 | (null) | N | Owner of an Editioning View |
| 2 | VIEW_NAME | VARCHAR2 | 30 | (null) | N | Name of an Editioning View |
| 3 | VIEW_COLUMN_ID | NUMBER | 22 | (null) | N | Column number within the Editioning View |
| 4 | VIEW_COLUMN_NAME | VARCHAR2 | 30 | (null) | N | Name of the column in the Editioning View |
| 5 | TABLE_COLUMN_ID | NUMBER | 22 | (null) | N | Column number of a table column to which this EV column maps |
| 6 | TABLE_COLUMN_NAME | VARCHAR2 | 30 | (null) | N | Name of a table column to which this EV column maps |
| 7 | EDITION_NAME | VARCHAR2 | 30 | (null) | Y | Name of the Application Edition where the Editioning View is defined |