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 Precision 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.
BRANCH_ID NUMBER 18 Branch association for the object.
DEPLOY_FLAGS VARCHAR2 256 Deployment related flags from build.
DEPLOY_META VARCHAR2 256 Deployment related metadata from build.
DEPLOY_RESULTS VARCHAR2 256 Deployment related process results from build.
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