Table:
ONE_SHOT_RATE
|
Table Name
|
ONE_SHOT_RATE |
| Table Description |
The ONE_SHOT_RATE table contains information about one shot rates. |
| Tablespace |
CATALOG_DATA |
| Database |
Core Database |
|
Columns
|
|
Columns of the Table
The ONE_SHOT_RATE database table is defined by the following columns.
Column: OID
| Value Type |
BIGINT, NOT NULL |
| Key(s) |
Primary Key: PK_ONE_SHOT_RATE |
Foreign K.:
- Foreign table: PRICE_PLAN
- Foreign field(s): OID
|
| Index(es) |
IX_ONE_SHOT_RATE_PP
|
| Column Description |
The one-shot rate unique ID. |
Column: INDEX_IN_PLAN
| Value Type |
DECIMAL(5), NOT NULL |
| Column Description |
The position of the rate in the price plan. |
Column: NAME
| Value Type |
VARCHAR(256), NOT NULL |
| Column Description |
The name of the rate. |
Column: DESCRIPTION
| Value Type |
VARCHAR(2000) |
| Column Description |
The description of the rate. |
Column: EVENT_NAME
| Value Type |
VARCHAR(256), NOT NULL |
| Column Description |
The event that triggers this one-shot rate. |
Column: PLAN_OID
| Value Type |
BIGINT, NOT NULL |
| Key(s) |
- |
Foreign K.:
- Foreign table: PRICE_PLAN
- Foreign field(s): OID
|
| Index(es) |
IX_ONE_SHOT_RATE_PP
|
| Column Description |
The ID of the price plan for this rate. |
Top of the list
SAP Convergent Charging 3.0
Document Version: SP04 and later
(c) Copyright 2011 SAP AG. All rights reserved.