PRICE_PLAN
Definition
The PRICE_PLAN table contains information about price plans
Technical Data
| Schema Version |
4.5.13 |
| Tablespace |
CATALOG_DATA |
| Partitioned |
No |
Summary
The PRICE_PLAN table is defined by the
following columns.
See the column details for more information.
Column Details
OID
| Definition |
The unique identifier of the price plan |
| Type |
DECIMAL(28), NOT NULL |
| Primary Key |
PK_PRICE_PLAN |
NAME
| Definition |
The name of the price plan |
| Type |
VARCHAR2(256 CHAR), NOT NULL |
DESCRIPTION
| Definition |
The description of the price plan |
| Type |
VARCHAR2(256 CHAR), NULL |
CURRENCY_CODE
| Definition |
The currency code of the price plan |
| Type |
VARCHAR2(5 CHAR), NULL |
CHRG_OID
| Definition |
The ID of the charge component which contains the price plan |
| Type |
DECIMAL(28), NOT NULL |
| Available Index |
IX_PP_CHRG |
VALIDATION_DATE
| Definition |
The date when the price plan becomes valid |
| Type |
DATE, NULL |
Primary Key Details
PK_PRICE_PLAN
Index Details
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:
IX_PP_CHRG
| Indexed Column(s) |
CHRG_OID |
| Unique |
No |
| Partitioned |
No |
| Tablespace |
CATALOG_INDX |