QP_ERROR_MESSAGES_INT

This table stores the errors for pricing during imports.

Details

  • Schema: FUSION

  • Object owner: QP

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

QP_ERROR_MESSAGES_INT_PK

MESSAGE_ID

Columns

Name Datatype Length Precision Not-null Comments
MESSAGE_ID NUMBER Yes Message ID of the reported error.
TABLE_NAME VARCHAR2 30 Name of the table for which the error is recorded.
TABLE_ROW_ID NUMBER Unique ID of the interface table record. Not used after adding SOURCE_ENTITY_ID
SOURCE_ENTITY_ID VARCHAR2 240 Unique ID of the interface table record
SOURCE_ROOT_PARENT_ID VARCHAR2 240 Associated root parent ID for an entity in the source system, such as price list ID for price list import.
MESSAGE_NAME VARCHAR2 30 Name of the message used to report error.
MESSAGE_TYPE VARCHAR2 30 Message type of the error message, such as WARNING and ERROR.
ERROR_ATTRIBUTE VARCHAR2 30 Attribute for which the error is reported.
MESSAGE_TEXT VARCHAR2 1000 Message text for the error message.
LOAD_REQUEST_ID NUMBER Unique ID of the Load ESS job for which the data error occurred.
BATCH_ID NUMBER 18 Value that identifies the pricing batch the error record belongs to.
BATCH_NAME VARCHAR2 50 Identifies the batch to be processed.
SUB_BATCH_NAME VARCHAR2 80 Identifies the sub batch to be processed.
BATCH_JOB_ID NUMBER 18 Value that identifies the records in the batch that belong to the current run.
BATCH_ATTRIBUTE_CHAR1 VARCHAR2 50 Generic column to store information related to batching logic.
BATCH_ATTRIBUTE_CHAR2 VARCHAR2 50 Generic column to store information related to batching logic.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Who column: indicates the date and time of the last update of the row.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.

Indexes

Index Uniqueness Tablespace Columns
QP_ERROR_MESSAGES_INT_U1 Unique FUSION_TS_TX_IDX MESSAGE_ID