INV_ITEM_SUB_LOC_DEL_HISTORY

INV_ITEM_SUB_LOC_DEL_HISTORY table stores the records which are deleted from tables INV_ITEM_SUB_INVENTORIES and INV_SECONDARY_LOCATORS, if the corresponding subinventory is chosen to sync with Oracle Health.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

INV_ITEM_SUB_LOC_HISTORY_PK

ITEM_SUB_LOC_ID

Columns

Name Datatype Length Precision Not-null Comments
ITEM_SUB_LOC_ID NUMBER 18 Yes Primary key to uniquely identify the deleted history record.
ORGANIZATION_ID NUMBER 18 Yes Value that uniquely identifies the organization to which the item subinventory or item locator association belongs.
INVENTORY_ITEM_ID NUMBER 18 Yes Value that uniquely identifies the inventory item.
SUBINVENTORY_CODE VARCHAR2 10 Yes Name that identifies the subinventory.
LOCATOR_ID NUMBER 18 Value that identifies the locator.
DELETION_DATE TIMESTAMP Yes Date when the item subinventory or item locator association is deleted.
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
INV_ITEM_SUB_LOC_HISTORY_N1 Non Unique FUSION_TS_TX_DATA INVENTORY_ITEM_ID, ORGANIZATION_ID
INV_ITEM_SUB_LOC_HISTORY_U1 Unique FUSION_TS_TX_DATA ITEM_SUB_LOC_ID