MSS_FLOW_SEQUENCING_RULES

This table stores the flow sequencing rules defined for production lines.

Details

  • Schema: FUSION

  • Object owner: MSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSS_FLOW_SEQUENCING_RULES_PK

PLAN_ID, FLOW_SEQUENCING_RULE_ID

Columns

Name Datatype Length Precision Not-null Comments
PLAN_ID NUMBER 18 Yes Identifier of the Production Scheduling plan.
FLOW_SEQUENCING_RULE_ID NUMBER 18 Yes Identifier of the flow sequencing rule.
PRODUCTION_LINE_ID NUMBER 18 Yes Reference to production line identifier that this flow sequencing rule applies to; soft foreign key to WIS_PRODUCTION_LINES_B.
RULE_TYPE VARCHAR2 32 Yes Indicates the type of this flow sequencing rule: MinimumRun|MaximumRun|KOfNAtMost|KOfNAtLeast|MustFollow|MustNotFollow|MustBeFirst.
RULE_PRIORITY NUMBER Yes The user defined flow sequencing rule priority.
RULE_NAME VARCHAR2 240 Indicates the name of this flow sequencing rule.
ACTIVE_FLAG VARCHAR2 1 Is this flow sequencing rule active (Y|N)?
ATTRIBUTE_ID NUMBER 18 Reference to attribute identifier that applies to this flow sequencing rule. This is a foreign key to MSS_ATTRIBUTES.
ATTRIBUTE_VALUE_ID NUMBER 18 Reference to attribute value identifier that applies to this flow sequencing rule. This is a foreign key to MSS_ATTRIBUTE_VALUES.
PREVIOUS_ATTRIBUTE_VALUE_ID NUMBER 18 Reference to the previous attribute value identifier, for rule types with precedence between two attribute values. This is a foreign key to MSS_ATTRIBUTE_VALUES.
RUN_SIZE_LIMIT NUMBER 10 The run size limit for rule types MinimumRun and MaximumRun.
K_VALUE NUMBER 10 The K value for rule types KOfNAtMost and KOfNAtLeast.
N_VALUE NUMBER 10 The N value for rule types KOfNAtMost and KOfNAtLeast.
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_FLOW_SEQUENCING_RULES mss_attributes PLAN_ID, ATTRIBUTE_ID
MSS_FLOW_SEQUENCING_RULES mss_attribute_values PLAN_ID, ATTRIBUTE_ID, ATTRIBUTE_VALUE_ID
MSS_FLOW_SEQUENCING_RULES mss_attribute_values PLAN_ID, ATTRIBUTE_ID, PREVIOUS_ATTRIBUTE_VALUE_ID

Indexes

Index Uniqueness Tablespace Columns
MSS_FLOW_SEQUENCING_RULES_N1 Non Unique Default PLAN_ID, ATTRIBUTE_ID, ATTRIBUTE_VALUE_ID
MSS_FLOW_SEQUENCING_RULES_N2 Non Unique Default PLAN_ID, ATTRIBUTE_ID, PREVIOUS_ATTRIBUTE_VALUE_ID
MSS_FLOW_SEQUENCING_RULES_U1 Unique Default PLAN_ID, FLOW_SEQUENCING_RULE_ID
MSS_FLOW_SEQUENCING_RULES_U2 Unique Default PLAN_ID, PRODUCTION_LINE_ID, RULE_PRIORITY