MSS_ITEMS
This table stores inventory item definitions.
Details
-
Schema: FUSION
-
Object owner: MSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
MSS_ITEMS_PK |
PLAN_ID, INVENTORY_ITEM_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PLAN_ID | NUMBER | 18 | Yes | Identifier of the Production Scheduling plan. | |
| INVENTORY_ITEM_ID | NUMBER | 18 | Yes | Key column from source table: EGP_SYSTEM_ITEMS_B.INVENTORY_ITEM_ID | |
| ITEM_CODE | VARCHAR2 | 300 | Yes | User defined code of the inventory item | |
| DESCRIPTION | VARCHAR2 | 500 | Indicates the description of the inventory item. | ||
| ITEM_TYPE | VARCHAR2 | 30 | Yes | Item type: Manufactured|Purchased|Both | |
| SALEABLE_FLAG | VARCHAR2 | 1 | Yes | Is this a saleable inventory item (Y/N)? | |
| REBUILDABLE_FLAG | VARCHAR2 | 1 | Is this a rebuildable inventory item (Y/N)? | ||
| PLANNING_MAKE_BUY_CODE | NUMBER | Attribute indicating whether the item is usually manufactured or bought. | |||
| PLANNING_MAKE_BUY_VALUE | VARCHAR2 | 80 | Value that determines whether the organization manufactures or buys the item. | ||
| START_LEVEL | NUMBER | On-hand inventory item start level | |||
| MINIMUM_LEVEL | NUMBER | Minimum level of the inventory item. | |||
| MAXIMUM_LEVEL | NUMBER | Maximum level of the inventory item. | |||
| LEAD_TIME_DAYS | NUMBER | Cumulative total lead time for make items and purchasing lead time for buy items. | |||
| LEAD_TIME_OVERRIDE_DAYS | NUMBER | User-defined lead time used by the scheduling engine to replace the LEAD_TIME_DAYS value. | |||
| EARLIEST_SHORTAGE_CONSUME_DATE | TIMESTAMP | Earliest time solver engine computed shortage is consumed. | |||
| SHORTAGE_QUANTITY | NUMBER | Inventory shortage quantity computed by the solver engine. | |||
| TOTAL_ONHAND_RESERVED_QUANTITY | NUMBER | The sum of all on-hand reservations for this item. | |||
| PRECISION | NUMBER | 10 | Display precision of the inventory item. | ||
| RELAXED_MIN_LEVEL_FLAG | VARCHAR2 | 1 | Relax minimum level of the inventory item(Y/N)? | ||
| RELAXED_MAX_LEVEL_FLAG | VARCHAR2 | 1 | Relax maximum level of the inventory item(Y/N)? | ||
| UOM_CODE | VARCHAR2 | 30 | Unit of measure code of the inventory item | ||
| UOM_NAME | VARCHAR2 | 25 | Translatable Unit of Measure name. | ||
| APPLY_SUPPLY_TOLERANCE_FLAG | VARCHAR2 | 1 | Apply supply tolerance on the inventory item(Y/N)? | ||
| USE_CONSUMPTION_TIME_FLAG | VARCHAR2 | 1 | Use consumption time target (Y/N)? | ||
| CONSUMPTION_TIME | NUMBER | Consumption time target of the inventory item. | |||
| CONSUMPTION_TIME_UNIT | VARCHAR2 | 30 | Consumption time unit: seconds|minutes|hours|days|weeks | ||
| RECEIVING_CALENDAR_ID | NUMBER | 18 | Supplied item receiving calendar. Foreign key to MSS_CALENDARS. | ||
| 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_demands | mss_items | PLAN_ID, INVENTORY_ITEM_ID |
| mss_inventory_lots | mss_items | PLAN_ID, INVENTORY_ITEM_ID |
| mss_item_attribute_values | mss_items | PLAN_ID, INVENTORY_ITEM_ID |
| mss_work_orders | mss_items | PLAN_ID, INVENTORY_ITEM_ID |
| mss_reservations | mss_items | PLAN_ID, INVENTORY_ITEM_ID |
| mss_supplies | mss_items | PLAN_ID, INVENTORY_ITEM_ID |
| mss_pegging_relationships | mss_items | PLAN_ID, INVENTORY_ITEM_ID |
| mss_wo_operation_materials | mss_items | PLAN_ID, INVENTORY_ITEM_ID |
| mss_assets | mss_items | PLAN_ID, ITEM_ID |
| mss_operations | mss_items | PLAN_ID, PRIMARY_OUTPUT_ID |
| mss_operation_materials | mss_items | PLAN_ID, INVENTORY_ITEM_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSS_ITEMS_N1 | Non Unique | Default | PLAN_ID, ITEM_CODE |
| MSS_ITEMS_U1 | Unique | Default | PLAN_ID, INVENTORY_ITEM_ID |