POZ_PROCESSING_ERRORS
Stores error details encountered during the processing of registration or change requests or spend auth requests etc.
Details
-
Schema: FUSION
-
Object owner: POZ
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
POZ_PROCESSING_ERRORS_PK |
PROCESSING_ERROR_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PROCESSING_ERROR_ID | NUMBER | 18 | Yes | Primary identifier of the table | |
| PARENT_TABLE | VARCHAR2 | 30 | Yes | Reference to table in which the error/exception occurred. Eg: POZ_SUPP_REQUESTS for change management flow, POZ_SUPPLIER_REGISTRATIONS for registration flow POZ_SPEND_AUTH_REQUESTS for spend auth requests | |
| PARENT_ID | NUMBER | 18 | Yes | Identifier of the parent table. Eg: value of supp_request_id , supplier_reg_id | |
| ITERATION_NUMBER | NUMBER | 18 | Yes | Indicates the processing iteration of the request, incremented each time the request is re-run. | |
| ERROR_MESSAGE_CODE | VARCHAR2 | 2000 | Message code of the Error | ||
| ECID | VARCHAR2 | 360 | Execution context id of the request. | ||
| ERROR_DETAIL | VARCHAR2 | 4000 | Stores the message or details of any unexpected exception encountered during processing. | ||
| ERROR_STACK | VARCHAR2 | 4000 | Contains the relevant stack trace information generated during the error event. | ||
| TOKEN1_NAME | VARCHAR2 | 100 | Token1 Name | ||
| TOKEN1_VALUE | VARCHAR2 | 360 | Token1 Value | ||
| TOKEN2_NAME | VARCHAR2 | 100 | Token2 Name | ||
| TOKEN2_VALUE | VARCHAR2 | 360 | Token2 Value | ||
| TOKEN3_NAME | VARCHAR2 | 100 | Token3 Name | ||
| TOKEN3_VALUE | VARCHAR2 | 360 | Token3 Value | ||
| TOKEN4_NAME | VARCHAR2 | 100 | Token4 Name | ||
| TOKEN4_VALUE | VARCHAR2 | 360 | Token4 Value | ||
| TOKEN5_NAME | VARCHAR2 | 100 | Token5 Name | ||
| TOKEN5_VALUE | VARCHAR2 | 360 | Token5 Value | ||
| 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. | |
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who 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_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 |
|---|---|---|---|
| POZ_PROCESSING_ERRORS_N1 | Non Unique | POZ_PROCESSING_ERRORS_N1 | PARENT_ID, ITERATION_NUMBER |
| POZ_PROCESSING_ERRORS_U1 | Unique | POZ_PROCESSING_ERRORS_U1 | PROCESSING_ERROR_ID |