OSS_CHARGE_COMPONENTS

Charge components table stores the charge component for a product charge

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

OSS_CHARGE_COMPONENTS_PK

CHARGE_COMPONENT_ID

Columns

Name Datatype Length Precision Not-null Comments
CHARGE_COMPONENT_ID NUMBER 18 Yes Primary Key
VERSION_TYPE VARCHAR2 1 Version Type
SUBSCRIPTION_ID NUMBER 18 Id of Subscription
CHARGE_ID NUMBER 18 Foreign key to charge
CHARGE_COMPONENT_PUID VARCHAR2 120 PUID for charge components
CHARGE_CURRENCY_UNIT_PRICE NUMBER Charge Currency Unit Price
CHARGE_CURRENCY VARCHAR2 15 Charge Currency
COVERAGE_EXTENDED_AMOUNT NUMBER Coverage Extended amount
CHARGE_CURRENCY_EXT_AMOUNT NUMBER Charge Currency Extended amount
EXPLANATION VARCHAR2 1000 Explanation
EXPLANATION_MESSAGE_NAME VARCHAR2 30 Explanation Message Name
SUBSCRIPTION_CURRENCY VARCHAR2 15 Subscription Currency
SUBSCR_CURRENCY_COV_EXT_AMT NUMBER Subscription Currency Coverage Extended amount
SUBSCR_CURRENCY_EXT_AMOUNT NUMBER Subscription Currency Extended Amount
SUBSCR_CURRENCY_UNIT_PRICE NUMBER Subscription currency unit price
PCT_OF_COMPARISON_ELEMENT NUMBER Percent of comparison element
PRICE_ELEMENT VARCHAR2 30 Price Element
PRICE_ELEMENT_USAGE VARCHAR2 30 Price Element Usage
PRICING_SOURCE_ID NUMBER 18 Pricing Source Id
PRICING_SOURCE_TYPE VARCHAR2 30 Pricing Source Type
ROLLUP_FLAG VARCHAR2 1 Rollup Flag
SEQUENCE_NUMBER NUMBER 9 Sequence Number
TAX_INCLUDED_FLAG VARCHAR2 1 Tax Included Flag
QP_UNIT_PRICE NUMBER Qp Net Price
QP_EXT_AMOUNT NUMBER Qp Extended Amount
QP_COV_EXT_AMOUNT NUMBER Qp Coverage Extended Amount
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of 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
OSS_CHARGE_COMPONENTS_N1 Non Unique Default CHARGE_ID
OSS_CHARGE_COMPONENTS_U1 Unique FUSION_TS_TX_IDX CHARGE_COMPONENT_ID
OSS_CHARGE_COMPONENTS_U2 Unique FUSION_TS_TX_IDX CHARGE_COMPONENT_PUID