MSS_RESOURCE_CAPACITY_LEVELS
This table stores the effective-dated number of resource units available for resources with default units greater than one.
Details
-
Schema: FUSION
-
Object owner: MSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSS_RES_CAPACITY_LEVELS_PK |
PLAN_ID, WORK_CENTER_ID, RESOURCE_ID, EFFECTIVE_DATE |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PLAN_ID | NUMBER | 18 | Yes | Identifier of the Production Scheduling plan. | |
WORK_CENTER_ID | NUMBER | 18 | Yes | Foreign key to the MSS_RESOURCES table, also referencing the WIS_WORK_CENTERS_B table. | |
RESOURCE_ID | NUMBER | 18 | Yes | Foreign key to the MSS_RESOURCES table, also referencing the WIS_RESOURCES_B table. | |
EFFECTIVE_DATE | TIMESTAMP | Yes | Effective date of the resource units available. | ||
CAPACITY | NUMBER | Yes | Resource units available between the effective date of this record until the next 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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
MSS_RESOURCE_CAPACITY_LEVELS | mss_resources | PLAN_ID, WORK_CENTER_ID, RESOURCE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSS_RES_CAPACITY_LEVELS_U1 | Unique | Default | PLAN_ID, WORK_CENTER_ID, RESOURCE_ID, EFFECTIVE_DATE |