OSS_USAGE_BILL_LINES
Following table is used to capture usage bill lines.
Details
-
Schema: FUSION
-
Object owner: OSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
OSS_USAGE_BILL_LINES_PK |
USAGE_BILL_LINE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| USAGE_BILL_LINE_ID | NUMBER | 18 | Yes | Unique identifier for usage bill line. | |
| USAGE_BILL_LINE_NUMBER | VARCHAR2 | 120 | Alternate identifier for usage bill line. | ||
| BALANCE_REGISTER_ID | NUMBER | 18 | Its tracks the balance register id for usage bill line. | ||
| BALANCE_REGISTER_PERIOD_ID | NUMBER | 18 | Its tracks the balance register period id for usage bill line. | ||
| SUBSCRIPTION_ID | NUMBER | 18 | Its tracks the subscription id for usage bill line. | ||
| SUBSCRIPTION_PRODUCT_ID | NUMBER | 18 | Its tracks the subscription product id for usage bill line. | ||
| ORIG_SUBSCRIPTION_PRODUCT_PUID | VARCHAR2 | 120 | Its tracks the original subscription product puid for usage bill line. | ||
| RENEWAL_SEQUENCE_NUMBER | NUMBER | Its tracks the renewal sequence number for usage bill line. | |||
| CHARGE_ID | NUMBER | 18 | Its tracks the charge id for usage bill line. | ||
| CHARGE_LINE_ID | NUMBER | 18 | Its tracks the charge line id for usage bill line. | ||
| BALANCE_PROFILE_ID | NUMBER | 18 | Its tracks the balance profile id for usage bill line. | ||
| BILL_LINE_ID | NUMBER | 18 | Its tracks the bill line id for usage bill line. | ||
| REPORTED_QUANTITY | NUMBER | Its tracks the reported quantity for usage bill line. | |||
| ROUNDED_QUANTITY | NUMBER | Its tracks the rounded quantity for usage bill line. | |||
| USAGE_QUANTITY | NUMBER | Its tracks the usage quantity for usage bill line. | |||
| USAGE_UOM | VARCHAR2 | 3 | Its tracks the usage unit of measure for usage bill line. | ||
| ALLOWANCE_QUANTITY | NUMBER | Its tracks the allowance quantity for usage bill line. | |||
| UNIT_PRICE | NUMBER | Its tracks the unit price for usage bill line. | |||
| EXTENDED_AMOUNT | NUMBER | Its tracks the extended amount for usage bill line. | |||
| ALLOWANCE_AMOUNT | NUMBER | Its tracks the allowance amount for usage bill line. | |||
| UNBILLED_AMOUNT | NUMBER | Its tracks the unbilled amount for usage bill line. | |||
| BILLED_AMOUNT | NUMBER | Its tracks the unbilled amount for usage bill line. | |||
| CURRENCY_CODE | VARCHAR2 | 15 | Its tracks the currency code for usage bill line. | ||
| START_DATE | DATE | Its tracks the start date for usage bill line. | |||
| END_DATE | DATE | Its tracks the end date for usage bill line. | |||
| 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 usage bill line. | ||
| NET_UNIT_PRICE | NUMBER | Its tracks the net unit price for usage bill line. | |||
| SUMMARIZED_RATING_FLAG | VARCHAR2 | 1 | Its tracks the summarized rating flag for usage bill line. | ||
| PRODUCT_CHANGE_SEQUENCE_NUMBER | NUMBER | Its tracks the product change sequence number after amend for usage bill line. | |||
| RATING_MODEL | VARCHAR2 | 30 | Its tracks the rating model for usage bill line. | ||
| AMOUNT | NUMBER | Its tracks the true up amount for usage bill line. | |||
| TRUEUP_AMOUNT | NUMBER | Its tracks the true up amount for usage bill line. | |||
| UNBILLED_QUANTITY | NUMBER | Its tracks the unbilled quantity for usage bill line. | |||
| BILLED_QUANTITY | NUMBER | Its tracks the billed quantity for usage bill line. | |||
| TRUEUP_QUANTITY | NUMBER | Its tracks the true up quantity for usage bill 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_USAGE_BILL_LINES_PK | Unique | Default | USAGE_BILL_LINE_ID |
| OSS_USAGE_BILL_LINES_U1 | Unique | Default | USAGE_BILL_LINE_NUMBER |
| OSS_USAGE_BILL_LINES_U2 | Unique | Default | CHARGE_LINE_ID, BILL_LINE_ID |