CHARGE_ACTIVATION

Description


Technical Data


Schema Version 4.5.13
Partitioned No

Summary


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

Name PK FK IX Uses Used by
OID PK_CHARGE_ACTIVATION        ACTI_TRANSLATION_INSTANCE (ACTI_OID)
ACTI_TIER_TABLE_INSTANCE (ACTI_OID)
ACTI_PARAMETER (ACTI_OID)
ACTI_CHARGING_MAPPING (ACTI_OID)
 
SUB_CODE     IX_CA_CODE     
DESCRIPTION          
CURRENCY_CODE          
EFFECTIVE_DATE          
EXPIRATION_DATE          
CANCELLATION_DATE          
CCON_OID     IX_CA_CCON     
SUBS_OID     IX_CA_SUBSCRIPTION  SUBSCRIPTION (OID)
 
 
ROOT_SUBS_OID     IX_CA_ROOT_SUBS_OID     
PARTITION_ID          

Column Details


OID

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

SUB_CODE

Definition The code of the charge activation
Type NVARCHAR(256), NOT NULL
Available Index IX_CA_CODE

DESCRIPTION

Definition The description of the charge activation
Type NVARCHAR(2000), NULL

CURRENCY_CODE

Definition The currency code of the charge activation
Type NVARCHAR(5), NULL

EFFECTIVE_DATE

Definition The effective date of the charge activation
Type SECONDDATE, NULL

EXPIRATION_DATE

Definition The expiration date of the charge activation
Type SECONDDATE, NULL

CANCELLATION_DATE

Definition The cancellation date of the charge activation
Type SECONDDATE, NULL

CCON_OID

Definition The identifier of the charge condition corresponding to the charge activation
Type DECIMAL(28), NOT NULL
Available Index IX_CA_CCON

SUBS_OID

Definition The identifier of the subscription containing the charge activation
Type DECIMAL(28), NOT NULL
Available Index IX_CA_SUBSCRIPTION

ROOT_SUBS_OID

Definition The identifier of the root subscription containing the charge activation
Type DECIMAL(28), NOT NULL
Available Index IX_CA_ROOT_SUBS_OID

PARTITION_ID

Definition The identifier of the partition associated to the subscription, which contains the charge activation
Type DECIMAL(4), NOT NULL

Primary Key Details


PK_CHARGE_ACTIVATION

Column(s) OID
Tablespace SUBSCRIBER_INDX

Index Details


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

IX_CA_CCON

Indexed Column(s) CCON_OID
Unique No
Partitioned No

IX_CA_ROOT_SUBS_OID

Indexed Column(s) ROOT_SUBS_OID
Unique No
Partitioned Yes

IX_CA_SUBSCRIPTION

Indexed Column(s) SUBS_OID
Unique No
Partitioned No

IX_CA_CODE

Indexed Column(s) SUB_CODE
Unique No
Partitioned No