INV_SHORTAGE_ITEM_DETAILS
INV_SHORTAGE_ITEM_DEATILS holds the details of item shortage at different locations.
Details
-
Schema: FUSION
-
Object owner: INV
-
Object type: TABLE
-
Tablespace: inv_shortage_item_details
Primary Key
Name | Columns |
---|---|
INV_SHORTAGE_ITEM_DETAILS_PK |
SHORTAGE_ITEM_DETAIL_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SHORTAGE_ITEM_DETAIL_ID | NUMBER | 18 | Yes | Primary key that identifies a shortage item detail record. | |
ORGANIZATION_ID | NUMBER | 18 | Yes | This identifies the inventory organization. | |
CATEGORY_SET_ID | NUMBER | 18 | Yes | This identifies the item category set. | |
CATEGORY_ID | NUMBER | 18 | Yes | This identifies the item category. | |
INVENTORY_ITEM_ID | NUMBER | 18 | Yes | This identifies the inventory item. | |
ITEM_NUMBER | VARCHAR2 | 300 | Any part, material, product or service that is unique as compared with other items by nature of its attributes in product data hub. | ||
PRIMARY_UOM_CODE | VARCHAR2 | 3 | The principal unit of measure in which the quantity of an item is managed. | ||
ITEM_MIN_QUANTITY | NUMBER | Subinventory-level minmax planning minimum quantity. | |||
ITEM_MAX_QUANTITY | NUMBER | Subinventory-level minmax planning maximum quantity. | |||
AVERAGE_DEMAND_QUANTITY | NUMBER | Value that indicates the historical demand for the item. | |||
SECONDARY_AVERAGE_DEMAND_QTY | NUMBER | Value that indicates the historical secondary demand for the item. | |||
TRANSFER_ORDER_ENABLED_FLAG | VARCHAR2 | 1 | Attribute indicating whether to allow an item to be ordered on an internal requisition. | ||
DEMAND_AT_NON_PAR_LOCATIONS | VARCHAR2 | 1 | This indicates whether demand exists in any subinventory. | ||
DEMAND_AT_PAR_LOCATIONS | VARCHAR2 | 1 | This indicates whether demand exists in any PAR location. | ||
LOCK_FLAG | NUMBER | This indicates whether the row is being processed by another process. | |||
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
PURCHASING_ENABLED_FLAG | VARCHAR2 | 1 | Attribute which determines whether the item can be added in to a purchase order. | ||
STOCK_ENABLED_FLAG | VARCHAR2 | 1 | Attribute which determines whether the Item can be stocked. | ||
RESTRICT_SUBINVENTORIES_CODE | NUMBER | Attribute indicating whether to restrict transactions of this item to or from a subinventory specified period. | |||
REVISION_QTY_CONTROL_CODE | NUMBER | An attribute that tracks inventory by item revision and forces a revision to be specified for each material transaction. | |||
RESTRICT_LOCATORS_CODE | NUMBER | Attribute indicating whether to restrict transaction of this item to or from a locator specified. | |||
LOCATION_CONTROL_CODE | NUMBER | Attribute indicating the physical area within a subinventory where you store material, such as a row, aisle, bin,or shelf. | |||
DUAL_UOM_CONTROL | NUMBER | Attribute indicating if pricing is based on the primary or secondary unit of measure. | |||
SECONDARY_UOM_CODE | VARCHAR2 | 3 | Attribute indicating the Secondary Unit of Measure through which the Item can be transacted. | ||
DUAL_UOM_DEVIATION_HIGH | NUMBER | Deviation allowed on the higher side for a transaction on the secondary quantity derived from the default conversion factor. | |||
DUAL_UOM_DEVIATION_LOW | NUMBER | Deviation allowed on the lower side for a transaction on the secondary quantity derived from the default conversion factor. | |||
TRACKING_QUANTITY_IND | VARCHAR2 | 30 | Attribute indicating the Unit of Measure in which the Item is tracked in inventory. | ||
SECONDARY_DEFAULT_IND | VARCHAR2 | 30 | Defaulting Control of the item attributes. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
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_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated 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 |
---|---|---|---|
INV_SHORTAGE_ITEM_DETAILS_U1 | Unique | FUSION_TS_TX_DATA | SHORTAGE_ITEM_DETAIL_ID |
INV_SHORTAGE_ITEM_DETAILS_U2 | Unique | FUSION_TS_TX_DATA | ORGANIZATION_ID, CATEGORY_SET_ID, CATEGORY_ID, INVENTORY_ITEM_ID |