| Schema Version | 2022.0.2 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
The PRICE_PLAN 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_PRICE_PLAN |
|
The unique identifier of the price plan | |||
| NAME |
|
The name of the price plan | ||||
| DESCRIPTION |
|
The description of the price plan | ||||
| CURRENCY_CODE | CURRENCY (CODE)
|
|
The currency code of the price plan | |||
| CHRG_OID | IX_PP_CHRG | CHARGE_COMPONENT (OID)
|
|
The ID of the charge component that contains the price plan | ||
| VALIDATION_DATE |
|
The date when the price plan becomes valid |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the price plan |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_PRICE_PLAN |
| Definition | The name of the price plan |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The description of the price plan |
| Type | NVARCHAR(256), NULL |
| Definition | The currency code of the price plan |
| Type | NVARCHAR(5), NULL |
| Definition | The ID of the charge component that contains the price plan |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_PP_CHRG |
| Definition | The date when the price plan becomes valid |
| Type | DATETIME, NULL |
See the primary key information:
| Column(s) | OID |
| Filegroup | CATALOG_DATA |
The following database indexes are available in the PRICE_PLAN database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | CHRG_OID |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | CATALOG_INDX |