PPACC_ACTI_CHRONOLOGY

Definition


The PPACC_ACTI_CHRONOLOGY table contains the chronology of refill access for a charge activation

Technical Data


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

Summary


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

Name PK FK IX Uses Used by
ACTI_OID     IX_ACCESS_PPACCACTIVATION     
SUAC_OID     IX_ACCESS_PPACC     
PPACC_CODE     IX_ACCESS_PPACC     
START_DATE          
END_DATE          
CACO_OID     IX_PPACC_ACTI_CHRO_CACO     
PARTITION_ID          

Column Details


ACTI_OID

Definition The OID of the charge activation
Type DECIMAL(28), NULL
Available Index IX_ACCESS_PPACCACTIVATION

SUAC_OID

Definition The OID of the subscriber account
Type DECIMAL(28), NOT NULL
Available Index IX_ACCESS_PPACC

PPACC_CODE

Definition The code of the prepaid account
Type VARCHAR2(256 CHAR), NOT NULL
Available Index IX_ACCESS_PPACC

START_DATE

Definition The start date for the chronology
Type DATE, NULL

END_DATE

Definition The end date for the chronology
Type DATE, NULL

CACO_OID

Definition The identifier of the charging contract which contains the charge activation
Type DECIMAL(28), NULL
Available Index IX_PPACC_ACTI_CHRO_CACO

PARTITION_ID

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

Index Details


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

IX_ACCESS_PPACC

Indexed Column(s) SUAC_OID,PPACC_CODE
Unique No
Partitioned No
Tablespace ACCESS_INDX

IX_ACCESS_PPACCACTIVATION

Indexed Column(s) ACTI_OID
Unique No
Partitioned No
Tablespace ACCESS_INDX

IX_PPACC_ACTI_CHRO_CACO

Indexed Column(s) CACO_OID
Unique No
Partitioned No
Tablespace ACCESS_INDX