RATING_SESSION_JOB

Definition


The RATING_SESSION_JOB table contains information related to rating session job

Technical Data


Schema Version 4.5.2
Filegroup BART_DATA
Partitioned No

Summary


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

          Column Details

          The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

          JOB_ID

          Definition The ID of the job
          Type DECIMAL(28), NOT NULL
          Primary Key PK_RATING_SESSION_JOB

          BGRP_OID

          Definition The CDR group to be rated
          Type DECIMAL(2), NOT NULL

          DELAY

          Definition Defines the maximum consumption date, which is equal to the current date minus the delay
          Type DECIMAL(28), NOT NULL

          RATING_MODE

          Definition The rating mode used
          Type DECIMAL(1), NOT NULL

          Primary Key Details

          See the primary key information:

          PK_RATING_SESSION_JOB

          Column(s) JOB_ID
          Filegroup BART_DATA