CSE_TRANSACTIONS_GT_DEBUG

This is debug table for an inprocess data staging table used in the processing of source transactions from other fusion source applications to installed base.

Details

  • Schema: FUSION

  • Object owner: CSE

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSE_TRANSACTIONS_GTD_PK

GTT_TXN_ID, DEBUG_STAGE

Columns

Name Datatype Length Precision Not-null Comments
GTT_TXN_ID NUMBER 18 Yes Temporary Transaction Identifier. The primary key of the entity.
DEBUG_STAGE VARCHAR2 30 Yes The developer handle to identify the stage in which the debug is captured.
API_NAME VARCHAR2 120 The api from where the debugging is initiated.
GTT_GROUP_ID NUMBER 18 Grouping Identifier. The grouping key for the processing.
TRANSACTION_ID NUMBER 18 Transaction Identifier. The primary key column.
SRC_SYSTEM_TYPE VARCHAR2 30 Type of the Source System. Internal or External.
SRC_SYSTEM_ID NUMBER 18 Source System Identifier. Application Identifier when the source system type is Internal.
SRC_TRANSACTION_DATE TIMESTAMP Source Transaction Date. Date when the transaction was performed in the source system.
SRC_TRANSACTION_ID NUMBER Source Transaction Identifier. The unique transaction identifier in the source system.
SRC_TRANSACTION_TYPE_ID VARCHAR2 30 Transaction type identifier of the recorded transaction.
SRC_TRANSACTION_TYPE VARCHAR2 240 Source Transaction type. The type of transaction performed in the source system.
SRC_TRANSACTION_QTY NUMBER Source Transaction Quantity. The quantity transacted in the source system.
SRC_TRANSACTION_UOM_CODE VARCHAR2 3 The unit of measure code captured for the quantity transacted in the source system.
SECONDARY_QUANTITY NUMBER This is the secondary quantity captured when the item supports dual units of measure.
SECONDARY_UOM_CODE VARCHAR2 3 The unit of measure code for the secondary quantity. This is captured only when the item supports dual units of measure.
ITEM_ID NUMBER 18 Inventory Item Identifier. The item transaction in the source system.
ITEM_REVISION VARCHAR2 18 The item revision for which the transaction is performed.
ITEM_ORGANIZATION_ID NUMBER 18 Item Organization Identifier. The foreign key to the maintenance organization.
REFERENCED_TRANSACTION_ID NUMBER 18 An upgrade or replace transaction that is referenced here. This will give room for a cancel transaction to cancel out the referenced transaction. Only a cancel transaction will have this value populated.
PJC_PROJECT_ID NUMBER 18 The foreign key reference to the Project. Assets created from supply chain transactions that are performed in the context of a project will have this value populated.
PJC_TASK_ID NUMBER 18 The foreign key reference to the Project Task. Assets created from supply chain transactions that are performed in the context of a project task will have this value populated.
PJC_EXPENDITURE_TYPE_ID NUMBER 18 The expenditure type that is captured along with the project and task to categorize the exenditure.
PJC_EXPENDITURE_DATE DATE The data at which the project expenditure is captured.
PJC_EXPENDITURE_ORG_ID NUMBER 18 The expenditure organization in which the project and task is collecting the cost for.
TXN_GROUP_ID NUMBER 18 The transaction group identifier that is used by the inventory transaction processor to group transaction that are involved in the lot splits, merges, and translations.
SOURCE_LOT_TXN_FLAG VARCHAR2 1 Flag indicating that the transaction interfaced to genealogy in the group of transactions (grouped by txn_group_id) for the lot merge/split, is of the source lot.
CREATION_MODE VARCHAR2 30 The means used to create this transaction. Either using the REST API, User Interface, Open Interface, or from Integration.
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
CSE_TRANSACTIONS_GTD_U01 Unique Default GTT_TXN_ID, DEBUG_STAGE