| Schema Version | 5.0.6 | |
| Partitioned | No | |
The ACCOUNT_EVENT_RATE table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| OID | PK_ACCOUNT_EVENT_RATE |
|
The unique identifier of each component | |||
| INDEX_IN_PLAN |
|
The position of the component in the refill plan | ||||
| NAME |
|
The name of the component | ||||
| DESCRIPTION |
|
The description of the component | ||||
| EVENT_NAME |
|
The name of the external event that triggered the account event refill | ||||
| PLAN_OID | IX_ACCOUNT_EVENT_RATE_PP | PRICE_PLAN (OID)
|
|
The unique identifier of the refill plan that contains the component | ||
| AMOUNT_THRESHOLD |
|
The numeric value specified by users which represents the balance threshold under which the account event refill is immediately triggered | ||||
| AMOUNT_THRESHOLD_PROPERTY |
|
The name of a numeric property used as a balance threshold under which the account event refill must be immediately triggered |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of each component |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_ACCOUNT_EVENT_RATE |
| Definition | The position of the component in the refill plan |
| Type | DECIMAL(5), NOT NULL |
| Definition | The name of the component |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The description of the component |
| Type | NVARCHAR(2000), NULL |
| Definition | The name of the external event that triggered the account event refill |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The unique identifier of the refill plan that contains the component |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_ACCOUNT_EVENT_RATE_PP |
| 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 |
| Definition | The name of a numeric property used as a balance threshold under which the account event refill must be immediately triggered |
| Type | NVARCHAR(256), NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | CATALOG_INDX |
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:
| Indexed Column(s) | PLAN_OID |
| Unique | No |
| Partitioned | No |