SDS_DEPLOYMENT_RESOURCES
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
SDS_DEPLOYMENT_RESOURCES_PK |
ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ID | NUMBER | 18 | Yes | Primary Key | |
| DEPLOYMENT_ID | NUMBER | 18 | Yes | Foreign Key to the primary key in SDS_DEPLOYMENTS table | |
| APM_DEPLOYMENT_ID | VARCHAR2 | 100 | Yes | Deployment ID given by APM | |
| STATUS | VARCHAR2 | 30 | Yes | Status of the Deployment Action | |
| RESOURCE_TYPE | VARCHAR2 | 30 | Yes | Type of the Resource to Deploy | |
| RESOURCE_ID | NUMBER | 18 | Foreign Key to the Primary Key of the deployed and Activated Resource | ||
| RESOURCE_METADATA | BLOB | Metadata of the Resource | |||
| ACTION | VARCHAR2 | 30 | Specify the action to take for Deploying the Resource | ||
| 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 |
|---|---|---|---|
| SDS_DEPLOYMENT_RESOURCES_N1 | Non Unique | Default | APM_DEPLOYMENT_ID |
| SDS_DEPLOYMENT_RESOURCES_U1 | Unique | Default | ID |