SBS_SERVICE_CAPACITY_PLANS
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
sbs_service_capacity_plans_PK |
SERVICE_CAPACITY_PLAN_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SERVICE_CAPACITY_PLAN_ID | NUMBER | 18 | Yes | System generated PK of the service capacity plan | |
SPECTRA_SERVICE_NAME | VARCHAR2 | 100 | Yes | Name of the Spectra service that owns the resource capacity plan | |
MEMORY_MB | NUMBER | Yes | Memory capacity in MB | ||
CPU | NUMBER | Yes | CPU capacity in term of the number of cpu cores | ||
DELETED_FLAG | VARCHAR2 | 1 | Yes | Indicator for soft deleted record | |
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 |
---|---|---|---|
SBS_SERVICE_CAPACITY_PLANS_U1 | Unique | FUSION_TS_TX_DATA | SERVICE_CAPACITY_PLAN_ID |
SBS_SERVICE_CAPACITY_PLANS_U2 | Unique | FUSION_TS_TX_DATA | CASE WHEN "DELETED_FLAG" = 'N' THEN "SPECTRA_SERVICE_NAME" ELSE NULL END |