OSS_BALANCE_PERIOD_USAGES
Following table is used to capture balance period usage.
Details
-
Schema: FUSION
-
Object owner: OSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
OSS_BALANCE_PERIOD_USAGES_PK |
BALANCE_PERIOD_USAGE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
BALANCE_PERIOD_USAGE_ID | NUMBER | 18 | Yes | Unique identifier for balance period usage. | |
BALANCE_PERIOD_USAGE_NUMBER | VARCHAR2 | 120 | Alternate identifier for balance period usage. | ||
BALANCE_REGISTER_ID | NUMBER | 18 | It tracks the balance register id for balance period usages. | ||
BALANCE_REGISTER_PERIOD_ID | NUMBER | 18 | It tracks the balance register period id for balance period usages. | ||
START_DATE | DATE | It tracks the start date for balance period usages. | |||
END_DATE | DATE | It tracks the end date for balance period usages. | |||
BALANCE_PROFILE_ID | NUMBER | 18 | It tracks the balance profile id for balance period usages. | ||
BALANCE_CODE_ID | NUMBER | 18 | It tracks the balance code id for balance period usages. | ||
BALANCE_CODE_TYPE | VARCHAR2 | 30 | It tracks the balance code type for balance period usages. | ||
RATING_MODEL | VARCHAR2 | 30 | It tracks the volume pricing flag for balance period usages. | ||
VOLUME_PRICING_FLAG | VARCHAR2 | 1 | It tracks the volume pricing flag for balance period usages. | ||
REPORTED_QUANTITY | NUMBER | It tracks the reported quantity for balance period usages. | |||
ROUNDED_QUANTITY | NUMBER | It tracks the rounded quantity for balance period usages. | |||
USAGE_QUANTITY | NUMBER | It tracks the usage quantity for balance period usages. | |||
ALLOWANCE_QUANTITY | NUMBER | It tracks the allowance quantity for balance period usages. | |||
USAGE_UOM | VARCHAR2 | 10 | It tracks the usage unit of measure for balance period usages. | ||
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 period usages. | ||
SUMMARIZED_RATING_FLAG | VARCHAR2 | 1 | It tracks the summarized rating flag for balance period usages. | ||
BALANCE_USAGE_TYPE | VARCHAR2 | 30 | It tracks the balance usage type for balance period usages. | ||
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_PERIOD_USAGES_PK | Unique | Default | BALANCE_PERIOD_USAGE_ID |
OSS_BALANCE_PERIOD_USAGES_U1 | Unique | Default | BALANCE_PERIOD_USAGE_NUMBER |
OSS_BALANCE_PERIOD_USAGES_U2 | Unique | Default | BALANCE_REGISTER_PERIOD_ID, BALANCE_CODE_ID, BALANCE_USAGE_TYPE |