OSS_USAGE_BILL_ADJUSTMENTS
Following table is used to capture usage bill adjustments.
Details
-
Schema: FUSION
-
Object owner: OSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
OSS_USAGE_BILL_ADJ_PK |
USAGE_BILL_ADJUSTMENT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| USAGE_BILL_ADJUSTMENT_ID | NUMBER | 18 | Yes | Unique identifier for usage bill adjustment. | |
| USAGE_BILL_ADJUSTMENT_PUID | VARCHAR2 | 120 | Alternate identifier for usage bill adjustment. | ||
| USAGE_BILL_LINE_ID | NUMBER | 18 | This tracks corresponding usage bill line. | ||
| BILL_LINE_ID | NUMBER | 18 | This tracks corresponding bill line. | ||
| SUBSCRIPTION_ID | NUMBER | 18 | This tracks corresponding subscription. | ||
| SUBSCRIPTION_PRODUCT_ID | NUMBER | 18 | This tracks corresponding subscription product. | ||
| CHARGE_ADJUSTMENT_ID | NUMBER | 18 | This tracks corresponding charge adjustment. | ||
| ADJUSTMENT_STEP_SEQ_NUM | NUMBER | This tracks corresponding charge adjustment step sequence number. | |||
| SEQUENCE_NUMBER | NUMBER | This tracks corresponding charge adjustment sequence number. | |||
| ADJUSTMENT_CATEGORY_CODE | VARCHAR2 | 30 | This tracks corresponding charge adjustment category code. | ||
| ADJUSTMENT_TYPE | VARCHAR2 | 30 | This tracks corresponding charge adjustment type. | ||
| ADJUSTMENT_VALUE | NUMBER | This tracks corresponding charge adjustment value. | |||
| ADJUSTMENT_BASIS_ELEMENT | VARCHAR2 | 30 | This tracks corresponding charge adjustment basis element. | ||
| ADJUSTMENT_BASIS_ELEMENT_VALUE | NUMBER | This tracks corresponding charge adjustment basis element value. | |||
| ADJUSTMENT_AMOUNT | NUMBER | This tracks corresponding charge adjustment amount. | |||
| 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_ADJ_PK | Unique | Default | USAGE_BILL_ADJUSTMENT_ID |
| OSS_USAGE_BILL_ADJ_U1 | Unique | Default | USAGE_BILL_ADJUSTMENT_PUID |