| Schema Version | 5.0.6 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
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 |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The code of the master charge |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The code of the dependent charge |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The identifier of the offer |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_CD_O_OID |
| Definition | The number of this dependency when the dependencies are arranged in order of priority inside the offer |
| Type | DECIMAL(3), NULL |
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:
| Indexed Column(s) | OFFE_OID |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | CATALOG_INDX |