OSS_BALANCE_USAGES

Following table is used to capture balance usages.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OSS_BALANCE_USAGES_PK

BALANCE_USAGE_ID

Columns

Name Datatype Length Precision Not-null Comments
BALANCE_USAGE_ID NUMBER 18 Yes Unique identifier for balance usage.
BALANCE_USAGE_NUMBER VARCHAR2 120 Alternate identifier for balance usage.
BALANCE_USAGE_TYPE VARCHAR2 30 It tracks the balance usage type for balance usage.
BALANCE_REGISTER_ID NUMBER 18 It tracks the balance register id for balance usage.
BALANCE_REGISTER_PERIOD_ID NUMBER 18 It tracks the balance register period id for balance usage.
BALANCE_PROFILE_ID NUMBER 18 It tracks the balance profile id for balance usage.
SUBSCRIPTION_ID NUMBER 18 It tracks the subscription id for balance usage.
SUBSCRIPTION_PRODUCT_ID NUMBER 18 It tracks the subscription product id for balance usage.
CHARGE_ID NUMBER 18 It tracks the charge id for balance usage.
CHARGE_LINE_ID NUMBER 18 It tracks the charge line id for balance usage.
BALANCE_CODE_ID NUMBER 18 It tracks the balance code id for balance usage.
BALANCE_CODE_TYPE VARCHAR2 30 It tracks the balance code type for balance usage.
RATING_MODEL VARCHAR2 30 It tracks the rating model for balance usage.
VOLUME_PRICING_FLAG VARCHAR2 1 It tracks the volume pricing flag for balance usage.
REPORTED_QUANTITY NUMBER It tracks the reported quantity for balance usage.
ROUNDED_QUANTITY NUMBER It tracks the rounded quantity for balance usage.
USAGE_QUANTITY NUMBER It tracks the usage quantity for balance usage.
USAGE_UOM VARCHAR2 3 It tracks the usage unit of measure for balance usage.
ALLOWANCE_QUANTITY NUMBER It tracks allowance quantity for balance usage.
UNIT_PRICE NUMBER It tracks the unit price for balance usage.
EXTENDED_AMOUNT NUMBER It tracks the extended amount for balance usage.
ALLOWANCE_AMOUNT NUMBER It tracks the allowance amount for balance usage.
BILLED_AMOUNT NUMBER It tracks the billed amount for balance usage.
CURRENCY_CODE VARCHAR2 15 It tracks the currency code for balance usage.
ORIG_SUBSCRIPTION_PRODUCT_PUID VARCHAR2 120 It tracks the original subscription product puid for balance usage.
RENEWAL_SEQUENCE_NUMBER NUMBER It tracks the renewal sequence number for balance usage.
START_DATE DATE It tracks the start date for balance usage.
END_DATE DATE It tracks the end date for balance usage.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
STATUS VARCHAR2 30 It tracks the status for balance usage.
NET_UNIT_PRICE NUMBER It tracks the net unit price for balance usage.
SUMMARIZED_RATING_FLAG VARCHAR2 1 It tracks the summarized rating flag for balance usage.
PRODUCT_CHANGE_SEQUENCE_NUMBER NUMBER It tracks the product change sequence number after amend for balance usage.
AMOUNT NUMBER It tracks amount for balance usage.
UNBILLED_AMOUNT NUMBER It tracks unbilled amount for balance usage.
TRUEUP_AMOUNT NUMBER It tracks true up amount for balance usage.
UNBILLED_QUANTITY NUMBER It tracks unbilled quantity for balance usage.
BILLED_QUANTITY NUMBER It tracks billed quantity for balance usage.
TRUEUP_QUANTITY NUMBER It tracks true up quantity for balance usage.
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_BALANCE_USAGES_PK Unique Default BALANCE_USAGE_ID
OSS_BALANCE_USAGES_U1 Unique Default BALANCE_USAGE_NUMBER
OSS_BALANCE_USAGES_U2 Unique Default CHARGE_LINE_ID, BALANCE_CODE_ID, BALANCE_USAGE_TYPE