ACCOUNT_EVENT_RATE

Definition


The ACCOUNT_EVENT_RATE table contains information about account event refill components

Technical Data


Schema Version 4.5.13
Tablespace CATALOG_DATA
Partitioned No

Summary


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

Name PK FK IX Uses Used by
OID PK_ACCOUNT_EVENT_RATE         
INDEX_IN_PLAN          
NAME          
DESCRIPTION          
EVENT_NAME          
PLAN_OID     IX_ACCOUNT_EVENT_RATE_PP  PRICE_PLAN (OID)
 
 
AMOUNT_THRESHOLD          
AMOUNT_THRESHOLD_PROPERTY          

Column Details


OID

Definition The unique identifier of each component
Type DECIMAL(28), NOT NULL
Primary Key PK_ACCOUNT_EVENT_RATE

INDEX_IN_PLAN

Definition The position of the component in the refill plan
Type DECIMAL(5), NOT NULL

NAME

Definition The name of the component
Type VARCHAR2(256 CHAR), NOT NULL

DESCRIPTION

Definition The description of the component
Type VARCHAR2(2000 CHAR), NULL

EVENT_NAME

Definition The name of the external event which triggered the account event refill
Type VARCHAR2(256 CHAR), NOT NULL

PLAN_OID

Definition The unique identifier of the refill plan which contains the component
Type DECIMAL(28), NOT NULL
Available Index IX_ACCOUNT_EVENT_RATE_PP

AMOUNT_THRESHOLD

Definition The numeric value specified by users which represents the balance threshold under which the account event refill is immediately triggered
Type DECIMAL(28,6), NULL

AMOUNT_THRESHOLD_PROPERTY

Definition The name of a numeric property used as a balance threshold under which the account event refill must be immediately triggered
Type VARCHAR2(256 CHAR), NULL

Primary Key Details


PK_ACCOUNT_EVENT_RATE

Column(s) OID
Tablespace CATALOG_INDX

Index Details


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

IX_ACCOUNT_EVENT_RATE_PP

Indexed Column(s) PLAN_OID
Unique No
Partitioned No
Tablespace CATALOG_INDX