FND_APM_BRANCHES
This table stores APM Deploy branches information
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
FND_APM_BRANCHES_PK |
ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ID | NUMBER | 18 | Yes | Internal branch identifier. | |
NAME | VARCHAR2 | 512 | Yes | External branch name. | |
PARENT | NUMBER | 18 | Parent branch identifier. | ||
DEPLOYMENT_TIP | VARCHAR2 | 64 | Deployment identifier of last deployment executed on this branch. | ||
DEPLOYMENT_BASE | VARCHAR2 | 64 | Deployment identifier of first deployment executed on this branch. | ||
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. | ||
DEPLOY_BLOB | BLOB | Deployment blob metadata from build. | |||
CREATED_BY | VARCHAR2 | 64 | Yes | 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_BRANCHES_U1 | Unique | Default | ID |