| Schema Version | 4.5.2 | |
| Filegroup | BART_DATA | |
| Partitioned | No | |
The RATING_SESSION_JOB 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 |
|---|---|---|---|---|---|---|
| JOB_ID | PK_RATING_SESSION_JOB |
|
The ID of the job | |||
| BGRP_OID |
|
The CDR group to be rated | ||||
| DELAY |
|
Defines the maximum consumption date, which is equal to the current date minus the delay | ||||
| RATING_MODE |
|
The rating mode used |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The ID of the job |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_RATING_SESSION_JOB |
| Definition | The CDR group to be rated |
| Type | DECIMAL(2), NOT NULL |
| Definition | Defines the maximum consumption date, which is equal to the current date minus the delay |
| Type | DECIMAL(28), NOT NULL |
| Definition | The rating mode used |
| Type | DECIMAL(1), NOT NULL |
See the primary key information:
| Column(s) | JOB_ID |
| Filegroup | BART_DATA |