QP_MASS_ACTION_ERRORS
This table stores the error messages if any during the mass action request processing for different entities in Pricing.
Details
-
Schema: FUSION
-
Object owner: QP
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
QP_MASS_ACTION_ERRORS_PK |
MASS_ACTION_ERROR_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
MASS_ACTION_ERROR_ID | NUMBER | 18 | Yes | Value that uniquely identifies the mass action error. Oracle Fusion Pricing automatically assigns this value. | |
MASS_ACTION_REQUEST_NUMBER | NUMBER | 18 | Yes | Indicates the sequence number for the mass action. Oracle Fusion Pricing automatically assigns this value. | |
MASS_ACT_REQ_DETAIL_ID | NUMBER | 18 | Value that uniquely identifies the mass action request detail. Oracle Fusion Pricing automatically assigns this value. | ||
MESSAGE_TYPE_CODE | VARCHAR2 | 30 | Yes | Abbreviation that indicates the type of error message, such as WARNING or ERROR. | |
MESSAGE_NAME | VARCHAR2 | 30 | Yes | Name of the message for the mass action error. | |
MESSAGE_TEXT | VARCHAR2 | 1000 | Message text for the mass action error. | ||
MESSAGE_USER_DETAILS | VARCHAR2 | 4000 | User details of the error message. | ||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of 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. | |
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 |
---|---|---|---|
QP_MASS_ACTION_ERROR_N1 | Non Unique | DEFAULT | MASS_ACTION_REQUEST_NUMBER, MASS_ACT_REQ_DETAIL_ID |
QP_MASS_ACTION_ERROR_N2 | Non Unique | DEFAULT | MASS_ACTION_REQUEST_NUMBER, MESSAGE_NAME, MESSAGE_TYPE_CODE |
QP_MASS_ACTION_ERROR_U1 | Unique | DEFAULT | MASS_ACTION_ERROR_ID |