QP_PB_MESSAGES_B

This table stores all the price book messages.

Details

  • Schema: FUSION

  • Object owner: QP

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

QP_PB_MESSAGES_B_PK

PB_MESSAGE_ID

Columns

Name Datatype Length Precision Not-null Comments
PB_MESSAGE_ID NUMBER 18 Yes Value that uniquely identifies the pricing message. Oracle Pricing automatically assigns this value.
PRICE_BOOK_ID NUMBER 18 Value that uniquely identifies the price book. Oracle Pricing automatically assigns this value.
PB_REQUEST_ID NUMBER 18 Yes Value that uniquely identifies the price book request. Oracle Pricing automatically assigns this value.
MESSAGE_TYPE_CODE VARCHAR2 30 Yes The type of the message. Values are Error and Warning.
MESSAGE_NAME VARCHAR2 30 Yes Indicates the name of the message.
PARENT_ENTITY_CODE VARCHAR2 30 Yes The code that designates if the parent entity is a price book request or price book line.
PARENT_ENTITY_ID NUMBER 18 Yes Value that uniquely identifies the parent of the message - Price Book Request or Price Book Line. Oracle Pricing automatically assigns this value.
MESSAGE_SOURCE_CODE VARCHAR2 30 Indicates the source of the message text.
MESSAGE_TOKEN_INFO CLOB Key, value, and type of the message in JSON format.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
qp_price_book_lines qp_pb_messages_b PRICE_BOOK_ID
qp_pb_messages_tl qp_pb_messages_b PB_MESSAGE_ID

Indexes

Index Uniqueness Tablespace Columns
QP_PB_MESSAGES_B_N1 Non Unique DEFAULT PB_REQUEST_ID
QP_PB_MESSAGES_B_N2 Non Unique DEFAULT PARENT_ENTITY_CODE, PARENT_ENTITY_ID
QP_PB_MESSAGES_B_N3 Non Unique DEFAULT MESSAGE_TYPE_CODE
QP_PB_MESSAGES_B_U1 Unique DEFAULT PB_MESSAGE_ID