CACI_PARAMETER

Definition


The CACI_PARAMETER table contains the parameters of the charging contract items

Technical Data


Schema Version 4.5.13
Tablespace SUBSCRIBER_DATA
Partitioned Yes, when you use the partitioning scheme and corresponding SQL scripts

Summary


The CACI_PARAMETER table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
CACI_OID       CACI (OID)
 
 
CACO_OID     IX_CACI_IPR_CACO     
PARTITION_ID       CACI (PARTITION_ID)
 
 
NAME_KEY          
VALUE_TYPE          
NUMBER_VALUE          
STRING_VALUE          
DATE_VALUE          
START_DATE          
END_DATE          

Column Details


CACI_OID

Definition The identifier of the charging contract item
Type DECIMAL(28), NOT NULL

CACO_OID

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

PARTITION_ID

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

NAME_KEY

Definition The identifier of the parameter name in the charge plan dictionary
Type DECIMAL(28), NOT NULL

VALUE_TYPE

Definition The type of the parameter
Format

The possible values are:

  • 0: number
  • 1: string
  • 2: date
  • 3: currency

Type DECIMAL(1), NOT NULL

NUMBER_VALUE

Definition The value of the parameter when it is a number
Type DECIMAL(28,6), NULL

STRING_VALUE

Definition The value of the parameter when it is a string
Type VARCHAR2(2000 CHAR), NULL

DATE_VALUE

Definition The value of the parameter when it is a date
Type DATE, NULL

START_DATE

Definition The effective date of the parameter
Type DATE, NULL

END_DATE

Definition The expiration date of the parameter
Type DATE, NULL

Index Details


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:

IX_CACI_IPR_CACO

Indexed Column(s) CACO_OID
Unique No
Partitioned Yes
Tablespace SUBSCRIBER_INDX