INV_ONHAND_SUMMARY_TMP

This table stores the summary of quantity on hand information by organization, sub-inventory, item, locator and lot level. This table is used to transfer snapshot of on hand summary to costing for a given organization.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

INV_ONHAND_SUMMARY_TMP_PK

REQUEST_ID, ORGANIZATION_ID, QUANTITY_ID

Columns

Name Datatype Length Precision Not-null Comments
REQUEST_ID NUMBER 18 Yes Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
ORGANIZATION_ID NUMBER 18 Yes This identifies the inventory organization.
QUANTITY_ID NUMBER 18 Yes Quantity Identifier. Is populated using a programmatic sequence.
SUBINVENTORY_CODE VARCHAR2 10 Yes This is name of the subinventory.
INVENTORY_ITEM_ID NUMBER 18 Yes This identifies the inventory item.
TOTAL_TRANSACTION_QUANTITY NUMBER Yes This is the total onhand quantity.
INV_UNSENT_TRANSACTION_QTY NUMBER Yes This is the unsent transaction quantity.
EXTERNAL_SYSTEM_REFERENCE VARCHAR2 60 Yes External System Reference. The application which is holding the inventory details. For Fusion Applications the value is FUSION.
TRANSACTION_UOM_CODE VARCHAR2 3 Yes Transaction unit of measure which created the transaction
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.
EXPENSE_TRANSACTION_FLAG VARCHAR2 1 Flag indicates the expense transaction
LOCATOR_ID NUMBER 18 This identifies the item locator.
LOT_NUMBER VARCHAR2 80 This number identifies an inventory lot.
GRADE_CODE VARCHAR2 150 This code indicates the lot grade.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who 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.
SECONDARY_UOM_CODE VARCHAR2 3 Unit of measure for secondary quantity.
SECONDARY_TRANSACTION_QUANTITY NUMBER Total On-Hand Quantity in Secondary UOM
INV_UNSENT_TXN_SEC_QTY NUMBER Unsent Secondary Transaction Quantity

Indexes

Index Uniqueness Tablespace Columns
INV_ONHAND_SUMMARY_TMP_U1 Unique FUSION_TS_TX_IDX REQUEST_ID, ORGANIZATION_ID, QUANTITY_ID
INV_ONHAND_SUMMARY_TMP_U2 Unique Default REQUEST_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID, EXPENSE_TRANSACTION_FLAG, SUBINVENTORY_CODE, NVL("LOCATOR_ID",(-1)), NVL("LOT_NUMBER",'-1'), NVL("GRADE_CODE",'~')