OSS_BALANCE_COMMITMENTS

Following table is used to capture balance commitments.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OSS_BALANCE_COMMITMENTS_PK

BALANCE_COMMITMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
BALANCE_COMMITMENT_ID NUMBER 18 Yes Unique identifier of balance commitments.
BALANCE_COMMITMENT_NUMBER VARCHAR2 120 Yes Alternate key for balance commitments.
BALANCE_REGISTER_ID NUMBER 18 Field used to capture balance register id.
BALANCE_REGISTER_PERIOD_ID NUMBER 18 Field used to capture balance register period id.
SUBSCRIPTION_PRODUCT_ID NUMBER 18 Field used to capture subscription product id.
CHARGE_ID NUMBER 18 Field used to capture charge id of product.
ENT_PLAN_COMMITMENT_ID NUMBER 18 Field used to capture entitlement plan commitment id.
BALANCE_CODE_ID NUMBER 18 Field used to capture balance code identifier.
CHARGE_DEFINITION_ID VARCHAR2 20 Field used to capture charge definition id.
SUBSCRIPTION_ID NUMBER 18 Field used to capture subscription id.
CHARGE_LINE_ID NUMBER 18 Field used to capture of charge line id.
COMMITMENT_QUANTITY NUMBER Field used to capture commitment quantity.
QUANTITY_UOM VARCHAR2 3 Field used to capture quantity unit of measure.
ACTUAL_USAGE_QUANTITY NUMBER Field used to capture actual usage quantity.
REMAINING_COMMITMENT_QUANTITY NUMBER Field used to capture remaning commitment quantity.
ADJUSTED_COMMITMENT_QUANTITY NUMBER Field used to capture adjusted commitment quantity.
START_DATE DATE Field used to capture start date of balance commitments.
END_DATE DATE Field used to capture end date of balance commitments.
COMMITMENT_PERIODICITY VARCHAR2 30 Field used to capture commitment periodicity.
PERIODICITY_BASE_UOM VARCHAR2 30 Field used to capture periodicity base uom.
PERIODICITY_CONVERSION_RATE NUMBER Field used to capture periodicity conversion rate.
COMMITMENT_CONVERSION_FACTOR NUMBER Field used to capture commitment conversion factor.
COMMITMENT_AMOUNT NUMBER Field used to capture commitment amount.
ACTUAL_USAGE_AMOUNT NUMBER Field used to capture actual usage amount.
REMAINING_COMMITMENT_AMOUNT NUMBER Field used to capture remaining commitment amount.
ADJUSTED_COMMITMENT_AMOUNT NUMBER Field used to capture adjusted commitment amount.
COMMITMENT_TRUEUP_AMOUNT NUMBER Field used to capture commitment true up amount.
CURRENCY_CODE VARCHAR2 15 Field used to capture currency code.
BALANCE_CODE_TYPE VARCHAR2 30 Field used to capture balance code type.
TRUEUP_DATE DATE It tracks the date on which the true-up amount will be transferred to the bill line.
TRUEUP_AMOUNT NUMBER It tracks the true-up amount for the given commitment line.
TRUEUP_STATUS VARCHAR2 30 It tracks the status of the true-up process for the given commitment line.
PRICING_ERROR VARCHAR2 2000 It records if there is any pricing error for the given commitment line.
EVENT_ID NUMBER 18 It captures the identifier of the usage event.
BATCH_ID NUMBER 18 It captures the identifier of the usage event batch.
BILL_LINE_ID NUMBER 18 It captures the identifier of the bill line.
RATED_AMOUNT NUMBER Records the rated amount for the given commitment line.
RATING_STATUS VARCHAR2 30 Tracks the rating status of the commitment line.
BILL_STATUS VARCHAR2 30 Tracks the bill status of the commitment line.
PARENT_COMMITMENT_ID NUMBER 18 Captures the identifier of the parent commitment line.
RATING_REQUEST_ID NUMBER 18 Captures the identifier of the ESS request rated the commitment line.
BILLING_REQUEST_ID NUMBER 18 Captures the identifier of the ESS request billed the commitment line.
BILLED_TRUEUP_AMOUNT NUMBER Tracks the billed true-up amount for the given commitment line.
UNBILLED_TRUEUP_AMOUNT NUMBER Tracks the unbilled true-up amount for the given commitment line.
BILL_INTERFACE_FLAG VARCHAR2 1 This column indicates whether the bill line is interfaced to AR.
ACTUAL_USAGE_FLAG VARCHAR2 1 Tracks the actual usage flag for the given commitment line.
TRUEUP_USAGE_FLAG VARCHAR2 1 Tracks the trueup usage flag for the given commitment line.
COMMITMENT_PERIOD_NUMBER NUMBER Tracks the period number for the given commitment line.
TRUEUP_TYPE VARCHAR2 30 Tracks the type of trueup for the given commitment line.
FINALIZE_TRUEUP_FLAG VARCHAR2 1 Tracks the finalize trueup flag for the given commitment line.
TERMINATED_COMMITMENT_QTY NUMBER Tracks the terminated commitment quantity for the given commitment line.
TERMINATED_COMMITMENT_AMT NUMBER Tracks the terminated commitment amount for the given commitment line.
BILLED_TRUEUP_QTY NUMBER Tracks the billed trueup quantity for the given commitment line.
UNBILLED_TRUEUP_QTY NUMBER Tracks the unbilled trueup quantity for the given commitment line.
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_COMMITMENTS_N1 Non Unique Default START_DATE, TRUEUP_STATUS
OSS_BALANCE_COMMITMENTS_N10 Non Unique Default SUBSCRIPTION_PRODUCT_ID, BILL_STATUS, BILLING_REQUEST_ID
OSS_BALANCE_COMMITMENTS_N11 Non Unique Default SUBSCRIPTION_PRODUCT_ID, TRUEUP_STATUS, BILLING_REQUEST_ID
OSS_BALANCE_COMMITMENTS_N2 Non Unique Default TRUEUP_DATE, TRUEUP_STATUS
OSS_BALANCE_COMMITMENTS_N3 Non Unique Default BALANCE_REGISTER_ID
OSS_BALANCE_COMMITMENTS_N4 Non Unique Default SUBSCRIPTION_PRODUCT_ID, RATING_STATUS, RATING_REQUEST_ID
OSS_BALANCE_COMMITMENTS_N5 Non Unique Default SUBSCRIPTION_ID
OSS_BALANCE_COMMITMENTS_N6 Non Unique Default START_DATE, RATING_STATUS
OSS_BALANCE_COMMITMENTS_N7 Non Unique Default START_DATE, BILL_STATUS
OSS_BALANCE_COMMITMENTS_N8 Non Unique Default END_DATE
OSS_BALANCE_COMMITMENTS_N9 Non Unique Default BALANCE_REGISTER_PERIOD_ID
OSS_BALANCE_COMMITMENTS_PK Unique Default BALANCE_COMMITMENT_ID
OSS_BALANCE_COMMITMENTS_U1 Unique Default BALANCE_COMMITMENT_NUMBER