CST_I_INV_TRANSACTION_DTLS

Interface table to import Inventory Transaction Details like Lot and Serial information.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

CST_I_INV_TRANSACTION_DTL_PK

CST_INV_TRANSACTION_DTLS_ID

Columns

Name Datatype Length Precision Not-null Comments
CST_INV_TRANSACTION_DTLS_ID NUMBER 18 Yes CST_INV_TRANSACTION_DTLS_ID
EXTERNAL_SYSTEM_REFERENCE VARCHAR2 60 Yes Identifies the external source system.
EXTERNAL_SYSTEM_REF_ID VARCHAR2 30 Yes Stores a value that uniquely identifies a certain instance of an object within the external system
LOT_NUMBER VARCHAR2 80 The lot number of the item
GRADE_CODE VARCHAR2 150 Grade of the Lot for a grade controlled Item
SERIAL_NUMBER VARCHAR2 80 The serial number of the item
PARENT_LOT_NUMBER VARCHAR2 80 Parent Lot Number
VENDOR_LOT_NUMBER VARCHAR2 80 Corrensonding Lot Number at the Vendor
TRANSACTION_QTY NUMBER Transaction quantity, in the user's current unit of measure
PRIMARY_QTY NUMBER Transacted Quantity, in the item's primary unit of measure
SECONDARY_TRANSACTION_QTY NUMBER Transacted Quantity, in the item's secondary unit of measure
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_TRANSACTION_DTLS cst_i_inv_transactions EXTERNAL_SYSTEM_REFERENCE, EXTERNAL_SYSTEM_REF_ID

Indexes

Index Uniqueness Tablespace Columns
CST_I_INV_TRANSACTION_DTLS_PK Unique FUSION_TS_TX_DATA CST_INV_TRANSACTION_DTLS_ID
CST_I_INV_TRANSACTION_DTLS_U1 Unique FUSION_TS_TX_DATA EXTERNAL_SYSTEM_REFERENCE, EXTERNAL_SYSTEM_REF_ID, LOT_NUMBER, SERIAL_NUMBER