Table:
CACI_PARAMETER
|
Table Name
|
CACI_PARAMETER |
| Table Description |
The CACI_PARAMETER table contains the parameters of the charging contract items. |
| Tablespace |
SUBSCRIBER_DATA |
| Database |
Core Database |
|
Partitioned
|
Yes
|
|
Columns
|
|
Columns of the Table
The CACI_PARAMETER database table is defined by the following columns.
Column: CACI_OID
| Value Type |
BIGINT, NOT NULL |
| Key(s) |
- |
Foreign K.:
- Foreign table: CACI
- Foreign field(s): PARTITION_ID,OID
|
| Index(es) |
IX_CACI_IPR
|
| Column Description |
The identifier of the charging contract item. |
Column: CACO_OID
| Value Type |
BIGINT, NOT NULL |
| Column Description |
The identifier of the charging contract. |
Column: PARTITION_ID
| Value Type |
SMALLINT, NOT NULL |
| Key(s) |
- |
Foreign K.:
- Foreign table: CACI
- Foreign field(s): PARTITION_ID,OID
|
| Column Description |
The partition of the subscriber account. |
Column: NAME_KEY
| Value Type |
BIGINT, NOT NULL |
| Column Description |
The identifier of the parameter name in the charge plan dictionary. |
Column: VALUE_TYPE
| Value Type |
DECIMAL(1), NOT NULL |
| Column Description |
The type of the parameter. Possible values are:
- 0: number
- 1: string
- 2: date
- 3: currency
|
Column: NUMBER_VALUE
| Value Type |
DECIMAL(28,6) |
| Column Description |
The value of the parameter when it is a number. |
Column: STRING_VALUE
| Value Type |
VARCHAR(2000) |
| Column Description |
The value of the parameter when it is a string. |
Column: DATE_VALUE
| Value Type |
DATE |
| Column Description |
The value of the parameter when it is a date. |
Column: START_DATE
| Value Type |
DATE |
| Column Description |
The effective date of the parameter. |
Column: END_DATE
| Value Type |
DATE |
| Column Description |
The expiration date of the parameter. |
Top of the list
SAP Convergent Charging 3.0
Document Version: SP04 and later
(c) Copyright 2011 SAP AG. All rights reserved.