MSS_ORG_ITEM_PARAMETERS
This table stores inventory item parameters as per an organization.
Details
-
Schema: FUSION
-
Object owner: MSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSS_ORG_ITEM_PARAMETERS_PK |
ORGANIZATION_ID, INVENTORY_ITEM_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ORGANIZATION_ID | NUMBER | 18 | Yes | Identifier of the organization. | |
INVENTORY_ITEM_ID | NUMBER | 18 | Yes | Reference to inventory item ID from the item table. | |
ITEM_CODE | VARCHAR2 | 300 | Yes | User defined code 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)? | ||
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 | ||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSS_ORG_ITEM_PARAMETERS_U1 | Unique | Default | ORGANIZATION_ID, INVENTORY_ITEM_ID |