COLLECTION

Definition


This table contains the collection of contracts that must be rerated together in a rerating session

Description


The COLLECTION table contains the collection of provider contracts that must be rerated together in a rerating session.

Technical Data


Schema Version 4.5.2
Filegroup BART_DATA
Partitioned No

Summary


The COLLECTION 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_COLLECTION   

    The identifier of the rerating session for this collection
    ROOT_ID     IX_COLLECTION   

      The identifier of the root contract of the collection
      CONTRACT_ID        

        The identifier of the contract in the collecion

        Column Details

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

        SESSION_ID

        Definition The identifier of the rerating session for this collection
        Type DECIMAL(28), NOT NULL
        Available Index IX_COLLECTION

        ROOT_ID

        Definition The identifier of the root contract of the collection
        Type DECIMAL(28), NOT NULL
        Available Index IX_COLLECTION

        CONTRACT_ID

        Definition The identifier of the contract in the collecion
        Type DECIMAL(28), NOT NULL

        Index Details

        The following database indexes are available in the COLLECTION database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:

        IX_COLLECTION

        Indexed Column(s) SESSION_ID,ROOT_ID
        Unique No
        Partitioned No
        Clustered No
        Filegroup BART_INDX