COAC

Definition


The COAC (CONTRACT_ACTIVATION) table contains the charge activations of the charging contract items

Technical Data


Schema Version 5.0.6
Partitioned Yes, when you use the partitioning scheme and corresponding SQL scripts

Summary


The COAC 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
COAC_OID        

    The identifier of the charge activation
    COAC_CODE        

      The code of the charge activation
      CACO_OID     IX_COAC_CACO  CACO (OID)
       

        The identifier of the charging contract
        PARTITION_ID        

          The partition of the subscriber account
          CACI_EXT_ID        

            The code of the charging contract item
            CAPI_ID        

              The code of the charge plan item

              Column Details

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

              COAC_OID

              Definition The identifier of the charge activation
              Type DECIMAL(28), NOT NULL

              COAC_CODE

              Definition The code of the charge activation
              Type NVARCHAR(256), NOT NULL

              CACO_OID

              Definition The identifier of the charging contract
              Type DECIMAL(28), NOT NULL
              Available Index IX_COAC_CACO

              PARTITION_ID

              Definition The partition of the subscriber account
              Type DECIMAL(4), NOT NULL

              CACI_EXT_ID

              Definition The code of the charging contract item
              Type NVARCHAR(256), NOT NULL

              CAPI_ID

              Definition The code of the charge plan item
              Type NVARCHAR(256), NOT NULL

              Index Details

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

              IX_COAC_CACO

              Indexed Column(s) CACO_OID
              Unique No
              Partitioned Yes
              Clustered No