QP_PRICE_LISTS_ALL_B_ST

Pricing Table to store all the Business Units Associate with Price List

Details

  • Schema: FUSION

  • Object owner: QP

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

QP_PRICE_LISTS_B_ST_PK

PRICE_LIST_ST_ID

Columns

Name Datatype Length Precision Not-null Comments
PRICE_LIST_ST_ID NUMBER 18 Yes Indicates the price list set identifier for access set
PRICE_LIST_ID NUMBER 18 Yes Mandatory, FK to Price List Header entity.
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.
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_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
SET_ID NUMBER 18 Yes Identifies a set of reference data shared across business units and other entities. Also known as Reference Data Sets, they are used to filter reference data in transactional UIs.
ENTITY_APPRV_STATUS_CODE VARCHAR2 30 Approval status of the Access Set on the price list. Values come from the ORA_QP_ENTITY_APPROVAL_STATUS. An empty value or NULL means Approved.
DELETED_FLAG VARCHAR2 1 Contains Y or N. Y: Record is marked for deletion and will be deleted upon approval. N: Not marked for deletion. An empty value or NULL means N.

Foreign Keys

Table Foreign Table Foreign Key Column
QP_PRICE_LISTS_ALL_B_ST qp_price_lists_all_b PRICE_LIST_ID

Indexes

Index Uniqueness Tablespace Columns
QP_PRICE_LISTS_ALL_B_ST_N1 Non Unique FUSION_TS_TX_IDX SET_ID
QP_PRICE_LISTS_ALL_B_ST_PK Unique FUSION_TS_TX_IDX PRICE_LIST_ST_ID
QP_PRICE_LISTS_ALL_B_ST_U1 Unique FUSION_TS_TX_IDX PRICE_LIST_ID, SET_ID, ENTITY_APPRV_STATUS_CODE