DBRC

Definition


The DBRC table contains the list of duration-based reporting conditions associated to the defined charged items aggregation policies

Technical Data


Schema Version 5.0.6
Filegroup CATALOG_DATA
Partitioned No

Summary


The DBRC 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_DUR_REP_CDT       

    The unique identifier of the duration-based reporting condition
    POLICY_OID        

      The unique identifier of the charged items aggregation policy
      VALUE        

        The value of the duration-based reporting condition
        UNIT        

          The unit of the duration-based reporting condition

          More...

          Column Details

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

          OID

          Definition The unique identifier of the duration-based reporting condition
          Type DECIMAL(28), NOT NULL
          Primary Key PK_DUR_REP_CDT

          POLICY_OID

          Definition The unique identifier of the charged items aggregation policy
          Type DECIMAL(28), NOT NULL

          VALUE

          Definition The value of the duration-based reporting condition
          Type DECIMAL(28), NOT NULL

          UNIT

          Definition The unit of the duration-based reporting condition
          Format

          The possible values are:

          • 11: Hour
          • 12: Minutes
          • 13: Seconds

          Type DECIMAL(28), NOT NULL

          Primary Key Details

          See the primary key information:

          PK_DUR_REP_CDT

          Column(s) OID
          Filegroup CATALOG_DATA