| Schema Version | 5.0.6 | |
| Partitioned | No | |
The ONE_SHOT_RATE 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 |
|---|---|---|---|---|---|---|
| OID | PK_ONE_SHOT_RATE |
|
The one-shot rate unique ID | |||
| INDEX_IN_PLAN |
|
The position of the rate in the price plan | ||||
| NAME |
|
The name of the rate | ||||
| DESCRIPTION |
|
The description of the rate | ||||
| EVENT_NAME |
|
The event that triggers this one-shot rate | ||||
| SHIFT_QUANTITY |
|
The quantity of 'SHIF_TIME_UNIT' of the shift | ||||
| SHIFT_TIME_UNIT |
|
The unit of time of the shift | ||||
| PLAN_OID | IX_ONE_SHOT_RATE_PP | PRICE_PLAN (OID)
|
|
The ID of the price plan for this rate |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The one-shot rate unique ID |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_ONE_SHOT_RATE |
| Definition | The position of the rate in the price plan |
| Type | DECIMAL(5), NOT NULL |
| Definition | The name of the rate |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The description of the rate |
| Type | NVARCHAR(2000), NULL |
| Definition | The event that triggers this one-shot rate |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The quantity of 'SHIF_TIME_UNIT' of the shift |
| Type | DECIMAL(28,6), NULL |
| Definition | The unit of time of the shift |
| Type | DECIMAL(1), NULL |
| Definition | The ID of the price plan for this rate |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_ONE_SHOT_RATE_PP |
See the primary key information:
| Column(s) | OID |
| Segment | CATALOG_INDX |
The following database indexes are available in the ONE_SHOT_RATE database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | PLAN_OID |
| Unique | No |
| Partitioned | No |
| Clustered | No |