CST_I_INV_ONHAND

The table is the interface for onhand quantity data from Inventory system.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

CST_I_INV_ONHAND_PK

INTF_ONHAND_ID

Columns

Name Datatype Length Precision Not-null Comments
INTF_ONHAND_ID NUMBER 18 Yes INTF_ONHAND_ID
EXTERNAL_SYSTEM_REFERENCE VARCHAR2 60 Yes Identifies the external source system
INVENTORY_ORG_ID NUMBER 18 Yes Indicates The Inventory Org To Which The Item Belongs
INVENTORY_ITEM_ID NUMBER 18 Yes Inventory Item Identifier
SUBINVENTORY_CODE VARCHAR2 30 Yes The subinventory code where the item is stored
LOCATOR_ID NUMBER 18 Inventory locator identifier
LOT_NUMBER VARCHAR2 80 The lot number of the item
GRADE_CODE VARCHAR2 150 Grade of the Lot for a grade controlled Item
EXPENSE_ONHAND_FLAG VARCHAR2 1 Yes Indicates whether or not this onhand is for a expense item or from a expense SubInventory
INV_CALC_ONHAND_QTY NUMBER Yes The current onhand quantity of the item at Inventory
INV_CALC_SEC_ONHAND_QTY NUMBER The secondary onhand quantity of the item at Inventory
INV_UNSENT_TXN_QTY NUMBER The sum of quantity from transactions not sent to costing
INV_UNSENT_TXN_SEC_QTY NUMBER The sum of secondary quantity from transactions not sent to costing
INV_UOM_CODE VARCHAR2 3 Yes The unit of measure code in which the quantity is specified
INV_SEC_UOM_CODE VARCHAR2 3 The unit of measure code in which the secondary quantity is specified
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
CST_I_INV_ONHAND cst_ext_src_systems_info EXTERNAL_SYSTEM_REFERENCE

Indexes

Index Uniqueness Tablespace Columns
CST_I_INV_ONHAND_PK Unique FUSION_TS_TX_DATA INTF_ONHAND_ID
CST_I_INV_ONHAND_U1 Unique FUSION_TS_TX_DATA EXTERNAL_SYSTEM_REFERENCE, INVENTORY_ORG_ID, INVENTORY_ITEM_ID, SUBINVENTORY_CODE, LOCATOR_ID, LOT_NUMBER, GRADE_CODE