COAC

Definition


The COAC (CONTRACT_ACTIVATION) table contains the charge activations 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 COAC table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
COAC_OID          
COAC_CODE          
CACO_OID     IX_COAC_CACO  CACO (OID)
 
 
PARTITION_ID          
CACI_EXT_ID          
CAPI_ID          

Column Details


COAC_OID

Definition The identifier of the charge activation
Type DECIMAL(28), NOT NULL

COAC_CODE

Definition The code of the charge activation
Type VARCHAR(256), NOT NULL

CACO_OID

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

PARTITION_ID

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

CACI_EXT_ID

Definition The code of the charging contract item
Type VARCHAR(256), NOT NULL

CAPI_ID

Definition The code of the charge plan item
Type VARCHAR(256), NOT NULL

Index Details


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

IX_COAC_CACO

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