MSS_PRODUCTION_LINES

This table stores the plant specific production line definition in flow manufacturing.

Details

  • Schema: FUSION

  • Object owner: MSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSS_PRODUCTION_LINES_PK

PLAN_ID, PRODUCTION_LINE_ID

Columns

Name Datatype Length Precision Not-null Comments
PLAN_ID NUMBER 18 Yes Identifier of the Production Scheduling plan.
PRODUCTION_LINE_ID NUMBER 18 Yes The unique identifier of a production line. This is an indirect foreign key to the WIS_PRODUCTION_LINES_B table.
PRODUCTION_LINE_CODE VARCHAR2 30 Yes A code that represents the user key to the production line.
PRODUCTION_LINE_NAME VARCHAR2 120 Yes This field represents the name of the production line.
PRODUCTION_LINE_DESCRIPTION VARCHAR2 240 This field represents the description of the production line.
LINE_RATE NUMBER Number of units of the product produced in an hour.
AVAILABILITY_CALENDAR_ID NUMBER 18 Availability calendar ID. Foreign key to MSS_CALENDARS.
NUM_OF_LINE_OPERATIONS NUMBER 5 Represents the expected number of operations on this production line.
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_PRODUCTION_LINES mss_calendars PLAN_ID, AVAILABILITY_CALENDAR_ID
mss_work_orders mss_production_lines PLAN_ID, PRODUCTION_LINE_ID
mss_aggregated_flow_schedules mss_production_lines PLAN_ID, PRODUCTION_LINE_ID
mss_routings mss_production_lines PLAN_ID, PRODUCTION_LINE_ID

Indexes

Index Uniqueness Tablespace Columns
MSS_PRODUCTION_LINES_U1 Unique Default PLAN_ID, PRODUCTION_LINE_ID
MSS_PRODUCTION_LINES_U2 Unique Default PLAN_ID, PRODUCTION_LINE_CODE