RA_BILL_PLAN_HISTORY
RA_BILL_PLAN_HISTORY contains the historical record of changes to the attributes of a recurring bill plan.
Details
-
Schema: FUSION
-
Object owner: AR
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
RA_BILL_PLAN_HISTORY_PK |
BILL_PLAN_HISTORY_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| BILL_PLAN_HISTORY_ID | NUMBER | 18 | Yes | Identifier for the recurring bill plan change history. | |
| BILL_PLAN_ID | NUMBER | 18 | Identifier for the recurring bill plan. | ||
| BILL_PLAN_LINE_ID | NUMBER | 18 | Identifier for the recurring bill plan line. | ||
| CHANGED_ITEM | VARCHAR2 | 50 | Indicator of what item gets changed. Price, Quantity, Contract End Date, etc. | ||
| CHANGED_DATE | DATE | The date when the change happens. | |||
| ORIGINAL_VALUE | VARCHAR2 | 50 | Original value of the changed item. | ||
| NEW_VALUE | VARCHAR2 | 50 | New value of the changed item. | ||
| PRICE_EFFECTIVE_DATE | DATE | The date when the change happens. | |||
| LINE_NUMBER | NUMBER | 18 | Transaction line number. | ||
| DESCRIPTION | VARCHAR2 | 240 | Description of a bill plan line. | ||
| 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_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to 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. | ||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| RA_BILL_PLAN_HISTORY | ra_bill_plans_all | BILL_PLAN_ID |
| RA_BILL_PLAN_HISTORY | ra_bill_plan_lines_all | BILL_PLAN_LINE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| RA_BILL_PLAN_HISTORY_N1 | Non Unique | Default | CHANGED_DATE |
| RA_BILL_PLAN_HISTORY_N2 | Non Unique | Default | BILL_PLAN_ID |
| RA_BILL_PLAN_HISTORY_N3 | Non Unique | Default | BILL_PLAN_LINE_ID |
| RA_BILL_PLAN_HISTORY_U1 | Unique | Default | BILL_PLAN_HISTORY_ID |