| Schema Version | 5.0.5 | |
| Filegroup | BART_DATA | |
| Partitioned | No | |
The RERATING_SESSION_ORDER table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| SESSION_ID | IX_RERATING_SESSION_ORDER |
|
The identifier of the rerating session | |||
| SUBSCRIPTION_ID | IX_RERATING_SESSION_ORDER |
|
The identifier of the subscription to rerate | |||
| BGRP_OID | IX_RERATING_SESSION_ORDER |
|
The identifier of the batch rating group | |||
| PARTITION_ID |
|
The partition of the subscriber account related to the subscription | ||||
| SUAC_ID |
|
The identifier of the subscriber account related to the subscription | ||||
| FROM_DATE |
|
The date from which the subscription must be rerated | ||||
| ACTIVATE_DATE |
|
The date from which the subscription must be activated | ||||
| FROM_SNAPSHOT_ID |
|
The identifier of the snapshot from which the subscription must be restored | ||||
| ORDER_STATUS |
|
The status of the rerating order | ||||
| CHARGE_TYPE |
|
The type of the charge (subscription/charging contract) |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the rerating session |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_RERATING_SESSION_ORDER |
| Definition | The identifier of the subscription to rerate |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_RERATING_SESSION_ORDER |
| Definition | The identifier of the batch rating group |
| Type | DECIMAL(2), NOT NULL |
| Available Index | IX_RERATING_SESSION_ORDER |
| Definition | The partition of the subscriber account related to the subscription |
| Type | DECIMAL(4), NOT NULL |
| Definition | The identifier of the subscriber account related to the subscription |
| Type | DECIMAL(28), NOT NULL |
| Definition | The date from which the subscription must be rerated |
| Type | DATETIME, NOT NULL |
| Definition | The date from which the subscription must be activated |
| Type | DATETIME, NULL |
| Definition | The identifier of the snapshot from which the subscription must be restored |
| Type | DECIMAL(8), NOT NULL |
| Default | 0 |
| Definition | The status of the rerating order |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Definition | The type of the charge (subscription/charging contract) |
| Type | DECIMAL(1), NOT NULL |
| Default | 0 |
The following database indexes are available in the RERATING_SESSION_ORDER database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | SESSION_ID,BGRP_OID,SUBSCRIPTION_ID |
| Unique | Yes |
| Partitioned | No |
| Clustered | No |
| Filegroup | BART_INDX |