CHARGE_DEPENDENCY

Definition


The CHARGE_DEPENDENCY table describes the relationships between charges in offers

Technical Data


Schema Version 5.0.6
Partitioned No

Summary


The CHARGE_DEPENDENCY 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
MASTER_CODE        

    The code of the master charge
    DEPENDENT_CODE        

      The code of the dependent charge
      OFFE_OID     IX_CD_O_OID  OFFER (OID)
       

        The identifier of the offer
        DEPENDENCY_INDEX        

          The number of this dependency when the dependencies are arranged in order of priority inside the offer

          Column Details

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

          MASTER_CODE

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

          DEPENDENT_CODE

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

          OFFE_OID

          Definition The identifier of the offer
          Type DECIMAL(28), NOT NULL
          Available Index IX_CD_O_OID

          DEPENDENCY_INDEX

          Definition The number of this dependency when the dependencies are arranged in order of priority inside the offer
          Type DECIMAL(3), NULL

          Index Details

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

          IX_CD_O_OID

          Indexed Column(s) OFFE_OID
          Unique No
          Partitioned No
          Clustered No