OSS_MASS_UPDATE_CHARGE_ADJ
Mass Update Charge Adjustments table stores the charge adjustments for a products
Details
-
Schema: FUSION
-
Object owner: OSS
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
OSS_MASS_UPDATE_CHARGE_ADJ_PK |
ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ID | NUMBER | 18 | Yes | Primary Key | |
| BATCH_ID | NUMBER | 18 | column represents set of records that need to be processed. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| APPLY_TO | VARCHAR2 | 30 | column represents type of charge to which adjustment need to be applied. | ||
| SEQUENCE_NUMBER | NUMBER | 9 | stores sequence of adjustments. | ||
| ADJUSTMENT_NAME | VARCHAR2 | 120 | column represents the name of adjustment. | ||
| ADJUSTMENT_TYPE | VARCHAR2 | 30 | column represents the type of adjustment. | ||
| ADJUSTMENT_VALUE | NUMBER | column represents the value of adjustment. | |||
| BASIS_ELEMENT | VARCHAR2 | 30 | column represents adjustment basis. | ||
| EFFECTIVITY | VARCHAR2 | 30 | column represents term details. | ||
| NUMBER_OF_PERIODS | NUMBER | column represents the number of periods for adjustment. | |||
| PERIOD_FROM | NUMBER | column represents period start. | |||
| PERIOD_UNTIL | NUMBER | column represents period end for adjustments | |||
| REASON_CODE | VARCHAR2 | 30 | Charge Adjustment Reason Code based on ORA_OSS_BILL_ADJ_REASON lookup | ||
| REASON | VARCHAR2 | 30 | column represents reason for adjustments. | ||
| ADJUSTMENT_STEP_SEQ_NUM | NUMBER | Category sequence number | |||
| ADJUSTMENT_CATEGORY_CODE | VARCHAR2 | 30 | Charge adjustment category | ||
| VALID_FROM | TIMESTAMP | The date from which the adjustment is effective | |||
| VALID_UNTIL | TIMESTAMP | The date until which the adjustment is effective | |||
| 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. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created 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_MASS_UPDATE_CHARGE_ADJ_N1 | Non Unique | FUSION_TS_TX_DATA | BATCH_ID |
| OSS_MASS_UPDATE_CHARGE_ADJ_U1 | Unique | Default | ID |