PJC_TXN_ERRORS_GT
This global temporary table contains the error information for all types of transactions
Details
-
Schema: FUSION
-
Object owner: PJC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
PJC_TXN_ERRORS_GT_PK |
TXN_ERROR_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
TXN_ERROR_ID | NUMBER | 18 | Yes | Unique identifier of an interface error. Primary Key. | |
SOURCE_TXN_ID | NUMBER | 18 | Yes | Identifier of the transaction in the source table. | |
SOURCE_ENTITY | VARCHAR2 | 30 | Yes | Identifier of the table/Entity against which transactions are being rejected. Possible values could be ''TXN_XFACE'' (during one-stop processing) , ''XCHARGE'' (during Distribute Borrowed Lent process.) | |
ERROR_GROUP | VARCHAR2 | 30 | Yes | Indicates the processing stage that resulted in the error. Values 'PRE-VALIDATION' | |
MESSAGE_TYPE_CODE | VARCHAR2 | 20 | ERROR/WARNING. Lookup Type PJC_TI_ERROR_TYPE. | ||
APPLICATION_CODE | VARCHAR2 | 10 | Yes | Application Code | |
MESSAGE_NAME | VARCHAR2 | 30 | Yes | Indicates the message_name in FND_NEW_MESSAGES that represents the rejection. | |
TXN_REFERENCE1 | NUMBER | 18 | Reference Information. In case of PATC rejection, TXN_CONTROL_ID is populated. | ||
TOKEN_NAME1 | VARCHAR2 | 30 | Token Name | ||
TOKEN_NAME2 | VARCHAR2 | 30 | Token Name | ||
TOKEN_NAME3 | VARCHAR2 | 30 | Token Name | ||
TOKEN_VALUE1 | VARCHAR2 | 2000 | Token Value | ||
TOKEN_VALUE2 | VARCHAR2 | 2000 | Token Value | ||
TOKEN_VALUE3 | VARCHAR2 | 2000 | Token Value | ||
TOKEN_DATA_TYPE1 | VARCHAR2 | 20 | Token Data Type | ||
TOKEN_DATA_TYPE2 | VARCHAR2 | 20 | Token Data Type | ||
TOKEN_DATA_TYPE3 | VARCHAR2 | 20 | Token Data Type | ||
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
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 | Columns |
---|---|---|
PJC_TXN_ERRORS_GT_N1 | Non Unique | SOURCE_TXN_ID |
PJC_TXN_ERRORS_GT_U1 | Unique | TXN_ERROR_ID |