FND_APM_OBJECTS
This table contains application objects.
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
Name | Columns |
---|---|
FND_APM_OBJECTS_PK |
OBJECT_KEY |
Columns
Name | Datatype | Length | Not-null | Comments |
---|---|---|---|---|
OBJECT_KEY | VARCHAR2 | 512 | Yes | Object Key to uniquely identify the application object. |
OBJECT_VALUE | BLOB | Binary stream of application object content. | ||
ETAG | VARCHAR2 | 64 | Entity tag for application 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_APM_OBJECTS_U1 | Unique | Default | OBJECT_KEY |