CSE_TXN_DOCUMENTS_GT_DEBUG

This is a debug table to capture the inprocess data staging table for transaction documents that are to be processed to ALM from integrating source applications.

Details

  • Schema: FUSION

  • Object owner: CSE

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CSE_TXN_DOCS_GTD_PK

GTT_DOC_ID, DEBUG_STAGE

Columns

Name Datatype Length Precision Not-null Comments
GTT_DOC_ID NUMBER 18 Yes The primary key of the entity. To identify the unique document row.
DEBUG_STAGE VARCHAR2 30 Yes The developer handle to identify the stage in which he/she is gathering the debug.
API_NAME VARCHAR2 120 The api from where the debugging is initiated.
GTT_GROUP_ID NUMBER 18 The processing group identifier.
GTT_TXN_ID NUMBER 18 The link to the cse_transactions_gt row.
TRACKED_OBJECT_CODE VARCHAR2 30 Identifier of the tracked object.
PK_VALUE1 VARCHAR2 240 Primary key value 1 of the data source.
UK_VALUE1 VARCHAR2 240 User Key Value 1 of the data source.
PK_VALUE2 VARCHAR2 240 Primary key value 2 of the data source.
UK_VALUE2 VARCHAR2 240 User Key Value 2 of the data source.
PK_VALUE3 VARCHAR2 240 Primary key value 3 of the data source.
UK_VALUE3 VARCHAR2 240 User Key Value 3 of the data source.
PK_VALUE4 VARCHAR2 240 Primary key value 4 of the data source.
UK_VALUE4 VARCHAR2 240 User Key Value 4 of the data source.
PK_VALUE5 VARCHAR2 240 Primary key value 5 of the data source.
UK_VALUE5 VARCHAR2 240 User Key Value 5 of the data source.
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_TXN_DOCS_GTD_U01 Unique Default GTT_DOC_ID, DEBUG_STAGE