COAC
Definition
The COAC (CONTRACT_ACTIVATION) table contains the charge activations of the charging
contract items
Technical Data
| Schema Version |
4.5.13 |
| Segment |
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.
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 |
NVARCHAR(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 |
NVARCHAR(256), NOT NULL |
CAPI_ID
| Definition |
The code of the charge plan item |
| Type |
NVARCHAR(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 |
| Clustered |
No |
| Segment |
SUBSCRIBER_INDX |