FND_APM_META
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
FND_APM_META_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 | Who column: indicates the user who created the row. | ||
| CREATION_DATE | TIMESTAMP | Who column: indicates the date and time of the creation of the row. | |||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Who column: indicates the user who last updated the row. | ||
| LAST_UPDATE_DATE | TIMESTAMP | 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_META_U1 | Non Unique | Default | OBJECT_KEY |