MSS_RES_ATTRIBUTE_SEQUENCES
This table stores resource attribute ranking and ideal sequence data.
Details
-
Schema: FUSION
-
Object owner: MSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSS_RES_ATTR_SEQUENCES_PK |
PLAN_ID, WORK_CENTER_ID, RESOURCE_ID, ATTRIBUTE_VALUE_ID |
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 | Indicates the Work Center Identifier. | |
RESOURCE_ID | NUMBER | 18 | Yes | Reference to resource ID from master table; foreign key to MSS_RESOURCES | |
ATTRIBUTE_SEQ_NUM | NUMBER | Yes | Attribute rankig sequence number. | ||
ATTRIBUTE_ID | NUMBER | 18 | Yes | Reference to attribute ID; foreign key to MSS_ATTRIBUTES | |
ATTRIBUTE_VALUE_SEQ_NUM | NUMBER | Yes | Attribute value sequence number of the same attribute in the ideal sequence. | ||
ATTRIBUTE_VALUE_ID | NUMBER | 18 | Yes | foreign key to the MSS_ATTRIBUTE_VALUES table. | |
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_RES_ATTRIBUTE_SEQUENCES | mss_resources | PLAN_ID, WORK_CENTER_ID, RESOURCE_ID |
MSS_RES_ATTRIBUTE_SEQUENCES | mss_attributes | PLAN_ID, ATTRIBUTE_ID |
MSS_RES_ATTRIBUTE_SEQUENCES | mss_attribute_values | PLAN_ID, ATTRIBUTE_ID, ATTRIBUTE_VALUE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSS_RES_ATTR_SEQUENCES_N1 | Non Unique | Default | PLAN_ID, ATTRIBUTE_ID, ATTRIBUTE_VALUE_ID |
MSS_RES_ATTR_SEQUENCES_U1 | Unique | Default | PLAN_ID, WORK_CENTER_ID, RESOURCE_ID, ATTRIBUTE_VALUE_ID |
MSS_RES_ATTR_SEQUENCES_U2 | Unique | Default | PLAN_ID, WORK_CENTER_ID, RESOURCE_ID, ATTRIBUTE_SEQ_NUM, ATTRIBUTE_VALUE_SEQ_NUM |