MSS_ATTRIBUTES
This table stores scheduling attributes.
Details
-
Schema: FUSION
-
Object owner: MSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSS_ATTRIBUTES_PK |
PLAN_ID, ATTRIBUTE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PLAN_ID | NUMBER | 18 | Yes | Identifier of the Production Scheduling plan. | |
ATTRIBUTE_ID | NUMBER | 18 | Yes | Unique identifier of the attribute. | |
ATTRIBUTE_CODE | VARCHAR2 | 300 | Yes | User defined code of the attribute. | |
ATTRIBUTE_NAME | VARCHAR2 | 100 | Yes | User defined display name of the attribute. | |
DESCRIPTION | VARCHAR2 | 2000 | Description of the associated attribute. | ||
DEFAULT_ATTRIBUTE_VALUE_ID | NUMBER | 18 | Reference to default attribute value ID; foreign key to MSS_ATTRIBUTE_VALUES | ||
HIGHLIGHT_ATTRIBUTE_FLAG | VARCHAR2 | 1 | Is this a highlight attribute (Y/N)? | ||
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_ATTRIBUTES | mss_attribute_values | PLAN_ID, ATTRIBUTE_ID, DEFAULT_ATTRIBUTE_VALUE_ID |
mss_item_attribute_values | mss_attributes | PLAN_ID, ATTRIBUTE_ID |
mss_op_attribute_values | mss_attributes | PLAN_ID, ATTRIBUTE_ID |
mss_wo_op_attribute_values | mss_attributes | PLAN_ID, ATTRIBUTE_ID |
mss_changeover_rules | mss_attributes | PLAN_ID, ATTRIBUTE_ID |
mss_resource_attributes | mss_attributes | PLAN_ID, ATTRIBUTE_ID |
mss_resources | mss_attributes | PLAN_ID, GROUPING_ATTRIBUTE_ID |
mss_changeover_inst_details | mss_attributes | PLAN_ID, ATTRIBUTE_ID |
mss_attribute_values | mss_attributes | PLAN_ID, ATTRIBUTE_ID |
mss_res_attribute_sequences | mss_attributes | PLAN_ID, ATTRIBUTE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSS_ATTRIBUTES_U1 | Unique | Default | PLAN_ID, ATTRIBUTE_ID |
MSS_ATTRIBUTES_U2 | Unique | Default | PLAN_ID, ATTRIBUTE_CODE |
MSS_ATTRIBUTES_U3 | Unique | Default | PLAN_ID, ATTRIBUTE_ID, DEFAULT_ATTRIBUTE_VALUE_ID |