ADF_EXTENSION_COLUMN_USAGE
Object attributes that are extended and their usage
Details
-
Schema: FUSION
-
Object owner: ZCX
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
ADF_EXTENSION_COLUMN_USAGE_PK |
USAGE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| USAGE_ID | NUMBER | 18 | Yes | USAGE_ID | |
| TABLE_USAGE_ID | NUMBER | 18 | TABLE_USAGE_ID | ||
| COLUMN_ID | NUMBER | 18 | COLUMN_ID | ||
| SANDBOX_NAME | VARCHAR2 | 800 | Name of the sandbox | ||
| ATTRIBUTE_NAME | VARCHAR2 | 200 | Entity Object Attribute Name that is mapped to this column. | ||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| ADF_EXTENSION_COLUMN_USAGE | adf_extensible_table_usage | TABLE_USAGE_ID |
| ADF_EXTENSION_COLUMN_USAGE | adf_extension_column | COLUMN_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ADF_EXTENSION_COLUMN_USAGE_U1 | Unique | Default | USAGE_ID |
| ADF_EXTENSION_COLUMN_USG_N1 | Non Unique | Default | SANDBOX_NAME |