OSS_RATING_CHARGE_LINES
Following table is used to capture rating charge lines.
Details
-
Schema: FUSION
-
Object owner: OSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
OSS_RATING_CHARGE_LINES_PK |
RATING_CHARGE_LINE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
RATING_CHARGE_LINE_ID | NUMBER | 18 | Yes | Unique identifier for rating charge line. | |
RATING_CHARGE_LINE_NUMBER | VARCHAR2 | 120 | Alternate identifier for rating charge line. | ||
BALANCE_REGISTER_ID | NUMBER | 18 | It tracks the balance register id for rating charge line. | ||
BALANCE_REGISTER_PERIOD_ID | NUMBER | 18 | It tracks the balance register period id for rating charge line. | ||
SUBSCRIPTION_ID | NUMBER | 18 | It tracks the subscription id for rating charge line. | ||
SUBSCRIPTION_PRODUCT_ID | NUMBER | 18 | It tracks the subscription product id for rating charge line. | ||
CHARGE_ID | NUMBER | 18 | It tracks the charge id for rating charge line. | ||
CHARGE_LINE_ID | NUMBER | 18 | It tracks the charge line id for rating charge line. | ||
BALANCE_PROFILE_ID | NUMBER | 18 | It tracks the balance profile id for rating charge line. | ||
RATE_TABLE_MATRIX_CRITERIA_ID | NUMBER | 18 | It tracks the rate table matrix criteria id for rating charge line. | ||
PRICE_ADJ_MATRIX_CRITERIA_ID | NUMBER | 18 | It tracks the price adjustment matrix criteria id for rating charge line. | ||
VOL_ELIGIBLE_BALANCE_CODE_ID | NUMBER | 18 | It tracks the volume eligible balance code id for rating charge line. | ||
RATING_MODEL | VARCHAR2 | 30 | It tracks the rating model for rating charge line. | ||
VOLUME_PRICING_FLAG | VARCHAR2 | 1 | It tracks the volume pricing flag for rating charge line. | ||
REPORTED_QUANTITY | NUMBER | It tracks the reported quantity for rating charge line. | |||
ROUNDED_QUANTITY | NUMBER | It tracks the rounded quantity for rating charge line. | |||
USAGE_QUANTITY | NUMBER | It tracks the usage quantity for rating charge line. | |||
USAGE_UOM | VARCHAR2 | 3 | It tracks the usage unit of measure for rating charge line. | ||
ALLOWANCE_QUANTITY | NUMBER | It tracks the allowance quantity for rating charge line. | |||
UNIT_PRICE | NUMBER | It tracks the unit price for rating charge line. | |||
EXTENDED_AMOUNT | NUMBER | It tracks the extended amount for rating charge line. | |||
ALLOWANCE_AMOUNT | NUMBER | It tracks the allowance amount for rating charge line. | |||
BILLED_AMOUNT | NUMBER | It tracks the billed amount for rating charge line. | |||
UNBILLED_AMOUNT | NUMBER | It tracks the unbilled amount for rating charge line. | |||
CURRENCY_CODE | VARCHAR2 | 15 | It tracks the currency code for rating charge line. | ||
STATUS | VARCHAR2 | 30 | It tracks the status for rating charge line. | ||
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
EVENT_ID | NUMBER | 18 | It tracks the summarized event id for rating charge line. | ||
BATCH_ID | NUMBER | 18 | It tracks the summarized batch id for rating charge line. | ||
PARTITION_KEY | VARCHAR2 | 128 | It tracks the partion key of summarized batch for rating charge line. | ||
ORIG_SUBSCRIPTION_PRODUCT_PUID | VARCHAR2 | 120 | It tracks the original subscription product puid for rating charge line. | ||
RENEWAL_SEQUENCE_NUMBER | NUMBER | It tracks the renewal sequence number for rating charge line. | |||
START_DATE | DATE | It tracks the start date for rating charge line. | |||
END_DATE | DATE | It tracks the end date for rating charge line. | |||
ADDTL_CHARGE_RULE_CRITERIA_ID | NUMBER | 18 | It tracks the additional charge rule criteria id for rating charge line. | ||
VOL_PRICING_BALANCE_CODE_ID | NUMBER | 18 | It tracks the volume pricing balance code id for rating charge line. | ||
NET_UNIT_PRICE | NUMBER | It tracks the net unit price for rating charge line. | |||
SUMMARIZED_RATING_FLAG | VARCHAR2 | 1 | It tracks the summarized rating flag for rating charge line. | ||
PRODUCT_CHANGE_SEQUENCE_NUMBER | NUMBER | It tracks the product change sequence number after amend for rating charge line. | |||
VOLUME_USAGE_QUANTITY | NUMBER | It tracks the volume usage quantity for rating charge line. | |||
SUMMARIZED_USAGE_QUANTITY | NUMBER | It tracks the summarized usage quantity for rating charge line. | |||
QUANTITY_PROCESS_FLAG | VARCHAR2 | 1 | Indicates if rating charge line is completed for quantity allowance process by rating job. | ||
SUMMARIZE_PRE_RATING_FLAG | VARCHAR2 | 1 | Indicates if rating charge line is completed for summarized pre rating process by rating job. | ||
SUMMARIZE_POST_RATING_FLAG | VARCHAR2 | 1 | Indicates if rating charge line is completed for summarized post rating process by rating job. | ||
AMOUNT_PROCESS_FLAG | VARCHAR2 | 1 | Indicates if rating charge line is completed for amount allowance process by rating job. | ||
SUMMARIZE_BILLING_PROCESS_FLAG | VARCHAR2 | 1 | Indicates if rating charge line is completed for summarized billing process by rating job. | ||
SUBS_PRODUCT_AMEND_FLAG | VARCHAR2 | 1 | Indicates if subscription product amend for summarized billing process by rating job. | ||
AMOUNT | NUMBER | It tracks the amount for rating charge line. | |||
TRUEUP_AMOUNT | NUMBER | It tracks the true up amount for rating charge line. | |||
UNBILLED_QUANTITY | NUMBER | It tracks the unbilled quantity for rating charge line. | |||
BILLED_QUANTITY | NUMBER | It tracks the billed quantity for rating charge line. | |||
TRUEUP_QUANTITY | NUMBER | It tracks the true up quantity for rating charge 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_RATING_CHARGE_LINES_PK | Unique | Default | RATING_CHARGE_LINE_ID |
OSS_RATING_CHARGE_LINES_U1 | Unique | Default | RATING_CHARGE_LINE_NUMBER |
OSS_RATING_CHARGE_LINES_U2 | Unique | Default | CHARGE_LINE_ID, RATE_TABLE_MATRIX_CRITERIA_ID, PRICE_ADJ_MATRIX_CRITERIA_ID, ADDTL_CHARGE_RULE_CRITERIA_ID, VOL_ELIGIBLE_BALANCE_CODE_ID |