OSS_TRUEUP_USAGE_CHARGES

Following table is used to capture trueup usage charges.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OSS_TRUEUP_USAGE_CHARGES_PK

TRUEUP_CHARGE_ID

Columns

Name Datatype Length Precision Not-null Comments
TRUEUP_CHARGE_ID NUMBER 18 Yes Unique identifier for trueup usage charges.
TRUEUP_CHARGE_NUMBER VARCHAR2 120 Alternate identifier for trueup usage charges.
SOURCE_OBJECT_ID NUMBER 18 Its tracks the source object id for trueup usage charges.
SOURCE_OBJECT_CODE VARCHAR2 30 Its tracks the source object code for trueup usage charges.
TRUEUP_CHARGE_TYPE VARCHAR2 30 Its tracks the trueup charge type for trueup usage charges.
BALANCE_CODE_ID NUMBER 18 Its tracks the balance code id for trueup usage charges.
BALANCE_CODE_TYPE VARCHAR2 30 Its tracks the balance code type for trueup usage charges.
RATING_MODEL VARCHAR2 30 Its tracks the rating model for trueup usage charges.
EVENT_ID NUMBER 18 Its tracks the event id for trueup usage charges.
BATCH_ID NUMBER 18 Its tracks the batch id for trueup usage charges.
BALANCE_REGISTER_PERIOD_ID NUMBER 18 Its tracks the balance register period id for trueup usage charges.
SUBSCRIPTION_ID NUMBER 18 Its tracks the subscription id for trueup usage charges.
SUBSCRIPTION_PRODUCT_ID NUMBER 18 Its tracks the subscription product id for trueup usage charges.
ORIG_SUBSCRIPTION_PRODUCT_PUID VARCHAR2 120 Its tracks the original subscription product puid for trueup usage charges.
RENEWAL_SEQUENCE_NUMBER NUMBER Its tracks the renewal sequence number for trueup usage charges.
CHARGE_ID NUMBER 18 Its tracks the charge id for trueup usage charges.
CHARGE_LINE_ID NUMBER 18 Its tracks the charge line id for trueup usage charges.
BALANCE_PROFILE_ID NUMBER 18 Its tracks the balance profile id for trueup usage charges.
BALANCE_REGISTER_ID NUMBER 18 Its tracks the balance register id for trueup usage charges.
BILL_LINE_ID NUMBER 18 Its tracks the bill line id for trueup usage charges.
REPORTED_QUANTITY NUMBER Its tracks the reported quantity for trueup usage charges.
ROUNDED_QUANTITY NUMBER Its tracks the rounded quantity for trueup usage charges.
USAGE_QUANTITY NUMBER Its tracks the usage quantity for trueup usage charges.
USAGE_UOM VARCHAR2 3 Its tracks the usage unit of measure for trueup usage charges.
UNIT_PRICE NUMBER Its tracks the unit price for trueup usage charges.
EXTENDED_AMOUNT NUMBER Its tracks the extended amount for trueup usage charges.
UNBILLED_AMOUNT NUMBER Its tracks the unbilled amount for trueup usage charges.
BILLED_AMOUNT NUMBER Its tracks the unbilled amount for trueup usage charges.
CURRENCY_CODE VARCHAR2 15 Its tracks the currency code for trueup usage charges.
START_DATE DATE Its tracks the start date for trueup usage charges.
END_DATE DATE Its tracks the end date for trueup usage charges.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
STATUS VARCHAR2 30 Its tracks the status for trueup usage charges.
NET_UNIT_PRICE NUMBER Its tracks the net unit price for trueup usage charges.
SUMMARIZED_RATING_FLAG VARCHAR2 1 Its tracks the summarized rating flag for trueup usage charges.
PRODUCT_CHANGE_SEQUENCE_NUMBER NUMBER Its tracks the product change sequence number after amend for trueup usage charges.
AMOUNT NUMBER Its tracks the true up amount for trueup usage charges.
TRUEUP_AMOUNT NUMBER Its tracks the true up amount for trueup usage charges.
UNBILLED_QUANTITY NUMBER Its tracks the unbilled quantity for trueup usage charges.
BILLED_QUANTITY NUMBER Its tracks the billed quantity for trueup usage charges.
TRUEUP_QUANTITY NUMBER Its tracks the true up quantity for trueup usage charges.
ROOT_BILL_LINE_ID NUMBER 18 This field stores the unique identifier of the root bill line linked to the trueup usage charges.
PARENT_BILL_LINE_ID NUMBER 18 This field records the unique identifier of the parent bill line that is linked to the trueup usage charges.
SYSTEM_PRICE_ADJ_AMOUNT NUMBER Adjustment amount from system price adjustment category.
VOLUME_PRICE_ADJ_AMOUNT NUMBER Adjustment amount due to volume price adjustment category.
SYSTEM_VOLUME_PRICE_ADJ_AMOUNT NUMBER Adjustment amount due to system volume price adjustment
ADJUSTED_LIST_PRICE NUMBER Total adjusted list price
MANUAL_PRICE_ADJ_AMOUNT NUMBER Adjustment amount due to manual price adjustment category.
PRICING_TERM_ADJ_AMOUNT NUMBER Adjustment amount due to pricing term adjustment category.
CPI_ADJ_AMOUNT NUMBER Adjustment amount due to CPI adjustment category.
SYSTEM_ADHOC_PRICE_ADJ_AMOUNT NUMBER Adjustment amount due to system adhoc adjustment category.
ADHOC_PRICE_ADJ_AMOUNT NUMBER Adjustment amount due to ad-hoc price adjustment category.
MANUAL_ADJ_LIST_PRICE NUMBER Total manual adjustments list price
ADJUSTED_PRICE NUMBER Total adjusted price
ALLOWANCE_ADJ_AMOUNT NUMBER Adjustment amount due to allowance.
ADJUSTMENTS_NET_PRICE NUMBER Total adjustments net price
PREV_BILLED_AMOUNT NUMBER Total previous billed amount
VOL_REBATE_SURCHARGE_AMOUNT NUMBER Adjustment amount due to volume rebates and surcharges
COPIED_FROM_SOURCE_ADJ_AMOUNT NUMBER Adjustment amount calculated based on the charge adjustments copied from the Source Product
BILL_AMOUNT_1 NUMBER First placeholder for additional categories total adjustments amounts.
BILL_AMOUNT_2 NUMBER Second placeholder for additional categories total adjustments amounts.
BILL_AMOUNT_3 NUMBER Third placeholder for additional categories total adjustments amounts.
BILL_AMOUNT_4 NUMBER Fourth placeholder for additional categories total adjustments amounts.
BILL_AMOUNT_5 NUMBER Fifth placeholder for additional categories total adjustments amounts.
BILL_AMOUNT_6 NUMBER Sixth placeholder for additional categories total adjustments amounts.
BILL_AMOUNT_7 NUMBER Seventh placeholder for additional categories total adjustments amounts.
BILL_AMOUNT_8 NUMBER Eighth placeholder for additional categories total adjustments amounts.
BILL_AMOUNT_9 NUMBER Ninth placeholder for additional categories total adjustments amounts.
BILL_AMOUNT_10 NUMBER Tenth placeholder for additional categories total adjustments amounts.
BILL_SUBTOTAL_1 NUMBER First placeholder for additional categories sub total amounts.
BILL_SUBTOTAL_2 NUMBER Second placeholder for additional categories sub total amounts.
BILL_SUBTOTAL_3 NUMBER Third placeholder for additional categories sub total amounts.
BILL_SUBTOTAL_4 NUMBER Fourth placeholder for additional categories sub total amounts.
BILL_SUBTOTAL_5 NUMBER Fifth placeholder for additional categories sub total amounts.
BILL_SUBTOTAL_6 NUMBER Sixth placeholder for additional categories sub total amounts.
BILL_SUBTOTAL_7 NUMBER Seventh placeholder for additional categories sub total amounts.
BILL_SUBTOTAL_8 NUMBER Eighth placeholder for additional categories sub total amounts.
BILL_SUBTOTAL_9 NUMBER Ninth placeholder for additional categories sub total amounts.
BILL_SUBTOTAL_10 NUMBER Tenth placeholder for additional categories sub total amounts.
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_TRUEUP_USAGE_CHARGES_N1 Non Unique Default BILL_LINE_ID
OSS_TRUEUP_USAGE_CHARGES_PK Unique Default TRUEUP_CHARGE_ID
OSS_TRUEUP_USAGE_CHARGES_U1 Unique Default TRUEUP_CHARGE_NUMBER
OSS_TRUEUP_USAGE_CHARGES_U2 Unique Default SOURCE_OBJECT_ID, SOURCE_OBJECT_CODE, TRUEUP_CHARGE_TYPE