| Schema Version | 5.0.6 | |
| Tablespace | SUBSCRIBER_DATA | |
| Partitioned | Yes, when you use the partitioning scheme and corresponding SQL scripts | |
The CACI_PARAMETER 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 |
|---|---|---|---|---|---|---|
| CACI_OID | CACI (OID)
|
|
The identifier of the charging contract item | |||
| CACO_OID | IX_CACI_IPR_CACO |
|
The identifier of the charging contract | |||
| PARTITION_ID | CACI (PARTITION_ID)
|
|
The partition of the subscriber account | |||
| NAME_KEY |
|
The identifier of the parameter name in the charge plan dictionary | ||||
| VALUE_TYPE |
|
The type of the parameter | ||||
| NUMBER_VALUE |
|
The value of the parameter when it is a number | ||||
| STRING_VALUE |
|
The value of the parameter when it is a string | ||||
| DATE_VALUE |
|
The value of the parameter when it is a date | ||||
| START_DATE |
|
The effective date of the parameter | ||||
| END_DATE |
|
The expiration date of the parameter |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the charging contract item |
| Type | DECIMAL(28), NOT NULL |
| Definition | The identifier of the charging contract |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_CACI_IPR_CACO |
| Definition | The partition of the subscriber account |
| Type | DECIMAL(4), NOT NULL |
| Definition | The identifier of the parameter name in the charge plan dictionary |
| Type | DECIMAL(28), NOT NULL |
| Definition | The type of the parameter |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Definition | The value of the parameter when it is a number |
| Type | DECIMAL(28,6), NULL |
| Definition | The value of the parameter when it is a string |
| Type | VARCHAR(2000), NULL |
| Definition | The value of the parameter when it is a date |
| Type | TIMESTAMP, NULL |
| Definition | The effective date of the parameter |
| Type | TIMESTAMP, NULL |
| Definition | The expiration date of the parameter |
| Type | TIMESTAMP, NULL |
The following database indexes are available in the CACI_PARAMETER database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | CACO_OID |
| Unique | No |
| Partitioned | Yes |
| Tablespace | SUBSCRIBER_INDX |