QP_PRICE_BOOK_CHARGES

This table stores the charges for the lines of the price book.

Details

  • Schema: FUSION

  • Object owner: QP

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

QP_PRICE_BOOK_CHARGES_PK

PRICE_BOOK_CHARGE_ID

Columns

Name Datatype Length Precision Not-null Comments
PRICE_BOOK_CHARGE_ID NUMBER 18 Yes Value that uniquely identifies the price book charge. Oracle Pricing automatically assigns this value.
PRICE_BOOK_LINE_ID NUMBER 18 Yes Value that uniquely identifies the price book line. Oracle Pricing automatically assigns this value.
PRICE_BOOK_ID NUMBER 18 Yes Value that uniquely identifies the price book. Oracle Pricing automatically assigns this value.
CHARGE_DEFINITION_CODE VARCHAR2 30 Yes The code that identifies the definition for the pricing charge.
CHARGE_DEFINITION_ID NUMBER 18 Yes Value that uniquely identifies the charge definition entity.
CHARGE_TYPE_CODE VARCHAR2 30 Yes Abbreviation that identifies the type of a given charge.
CHARGE_SUBTYPE_CODE VARCHAR2 30 Yes Abbreviation that identifies the subtype of a given charge type.
PRICE_TYPE_CODE VARCHAR2 30 Yes Abbreviation that identifies the price type of a given charge.
CHARGE_APPLIES_TO VARCHAR2 30 Yes Value that indicates the type of charge. Valid value is Price.
PRICE_PERIODICITY_CODE VARCHAR2 30 The code for the periodicity of pricing of the product. Only applicable when the price type is Recurring or Usage.
USAGE_UOM_CODE VARCHAR2 3 Abbreviation that indicates the unit of measure of usage.
CHARGE_PERIOD_CODE VARCHAR2 3 Abbreviation that identifies the charge period for the usage charge. The charge period determines how frequently Pricing and Subscription Management add up the usages for a usage charge. Use a time unit of measure when you set the value for CHARGE_PERIOD_CODE, such as Week or Month. Pricing uses the UOM Class that you set in the RCS_DEFAULT_UOM_SERVICE_DURATION_CLASS profile option to validate the charge period that you set.
PRIMARY_FLAG VARCHAR2 1 Yes Value that indicates whether the charge is the primary charge for the price.
CHARGE_CURRENCY_CODE VARCHAR2 15 Yes Abbreviation that identifies the currency used in the charge.
CAN_ADJUST_FLAG VARCHAR2 1 Yes True or false indicator. If Y, then the charge can be discounted. If N then the charge cannot be discounted. The default value is N.
GSA_UNIT_PRICE NUMBER The unit price used in GSA pricing.
PRICED_QUANTITY NUMBER The quantity that is priced by the charge.
PRICED_QUANTITY_UOM_CODE VARCHAR2 3 Abbreviation that indicates the unit of measure of the priced quantity.
SEQUENCE_NUMBER NUMBER 9 Yes Number that indicates the sequence for the charge.
ROLLUP_FLAG VARCHAR2 1 Yes Indicates it is a rolled-up charge.
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_CHARGES qp_price_book_lines PRICE_BOOK_LINE_ID
QP_PRICE_BOOK_CHARGES qp_price_books_b PRICE_BOOK_ID
qp_pb_charge_comps_b qp_price_book_charges PRICE_BOOK_CHARGE_ID

Indexes

Index Uniqueness Tablespace Columns
QP_PRICE_BOOK_CHARGES_N1 Non Unique DEFAULT PRICE_BOOK_LINE_ID
QP_PRICE_BOOK_CHARGES_U1 Unique DEFAULT PRICE_BOOK_CHARGE_ID