FND_EXTMGR_OBJECTS
This table contains extension objects.
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
FND_EXTMGR_OBJECTS_PK |
OBJECT_KEY |
Columns
| Name | Datatype | Length | Not-null | Comments |
|---|---|---|---|---|
| OBJECT_KEY | VARCHAR2 | 2500 | Yes | Object Key to uniquely identify the extension object. |
| OBJECT_VALUE | BLOB | Binary stream of extension object content. | ||
| ETAG | VARCHAR2 | 64 | Entity tag for extension object content. | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | |
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FND_EXTMGR_OBJECTS_U1 | Unique | Default | OBJECT_KEY |