PJC_TXN_ERRORS
This 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_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.) etc. ***** | |
ERROR_GROUP | VARCHAR2 | 30 | Yes | Indicates the processing stage that resulted in the error. Values correspond to the lookup type PJC_TI_STAGE. ***** | |
MESSAGE_TYPE_CODE | VARCHAR2 | 20 | ERROR/WARNING. Lookup Type PJC_TI_ERROR_TYPE. ***** | ||
APPLICATION_CODE | VARCHAR2 | 10 | Yes | APPLICATION_CODE | |
MESSAGE_NAME | VARCHAR2 | 30 | 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_TYPE1 | ||
TOKEN_DATA_TYPE2 | VARCHAR2 | 20 | TOKEN_DATA_TYPE2 | ||
TOKEN_DATA_TYPE3 | VARCHAR2 | 20 | TOKEN_DATA_TYPE3 | ||
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. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
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 |
---|---|---|---|
PJC_TXN_ERRORS_N1 | Non Unique | Default | SOURCE_TXN_ID |
PJC_TXN_ERRORS_N2 | Non Unique | Default | ERROR_GROUP, SOURCE_ENTITY |
PJC_TXN_ERRORS_U1 | Unique | Default | TXN_ERROR_ID |