QP_PRICE_BOOK_REQUESTS
This table stores the price book requests.
Details
-
Schema: FUSION
-
Object owner: QP
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
QP_PRICE_BOOK_REQUESTS_PK |
PRICE_BOOK_REQUEST_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PRICE_BOOK_REQUEST_ID | NUMBER | 18 | Yes | Value that uniquely identifies the price book request. Oracle Pricing automatically assigns this value. | |
| PRICE_BOOK_REQUEST_NUMBER | NUMBER | 18 | Yes | Number that uniquely represents the price book request. Oracle Pricing automatically assigns this value. | |
| PRICE_BOOK_ID | NUMBER | 18 | Yes | Value that uniquely identifies the price book. | |
| PB_DIMENSION_ID | NUMBER | 18 | Yes | Value that identifies the set of dimensions used to generate the price book. | |
| DIMENSION_CRITERIA | CLOB | Details about the dimension criteria in JSON format. Examples: {Dimension: [{"CustomerId": 1005, BillTo:[1005-1,1005-2]} {"CustomerId":1006,BillTo:[1006-1,1006-2]}]. | |||
| PRODUCT_CRITERIA | CLOB | Details about the product criteria used in generation of the price book. Provided in JSON Format. | |||
| REQUEST_TYPE | VARCHAR2 | 30 | Yes | Operation used to process the price book request. Valid values are: Create and update. | |
| ESS_REQUEST_ID | NUMBER | 18 | Value that uniquely identifies scheduled process instance used to create the price book request. Oracle automatically assigns this value. | ||
| STATUS_CODE | VARCHAR2 | 30 | The status of the price book request process. A list of valid values include ORA_SUCCESS, ORA_ERROR, ORA_WARNING. The accepted values are defined in the lookup type ORA_QP_ACTION_STATUS_CODE. | ||
| STATUS_DETAILS | CLOB | Details of the status of the price book request process 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_REQUESTS | qp_price_books_b | PRICE_BOOK_ID |
| QP_PRICE_BOOK_REQUESTS | qp_price_book_dimensions | PB_DIMENSION_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| QP_PRICE_BOOK_REQUESTS_U1 | Unique | DEFAULT | PRICE_BOOK_REQUEST_ID |