MSS_WO_ASSETS

This table stores the assets that are being maintained on the maintenance work order.

Details

  • Schema: FUSION

  • Object owner: MSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSS_WO_ASSETS_PK

PLAN_ID, WO_ASSET_ID

Columns

Name Datatype Length Precision Not-null Comments
PLAN_ID NUMBER 18 Yes Identifier of the Production Scheduling plan.
WO_ASSET_ID NUMBER 18 Yes Represents the internal identifier of the work order asset record.
WORK_ORDER_ID NUMBER 18 Yes Represents the foreign key to the work order that this asset is associated.
ASSET_ID NUMBER 18 Yes Represents the unique identifier of the asset that is being maintained on this work order.
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_WO_ASSETS mss_work_orders PLAN_ID, WORK_ORDER_ID
MSS_WO_ASSETS mss_assets PLAN_ID, ASSET_ID

Indexes

Index Uniqueness Tablespace Columns
MSS_WO_ASSETS_U1 Unique Default PLAN_ID, WO_ASSET_ID
MSS_WO_ASSETS_U2 Unique Default PLAN_ID, WORK_ORDER_ID, ASSET_ID