CI_DESCRIPTION
Description
The CI_DESCRIPTION table contains a description for each chargeable item class included
in a product (chargeable item package).
A product can include several chargeable item classes. It also contains the chargeable
item classes.
Technical Data
Summary
The CI_DESCRIPTION table is defined by the
following columns.
See the column details for more information.
Column Details
OID
| Definition |
The unique ID of the chargeable item description |
| Type |
DECIMAL(28), NOT NULL |
| Primary Key |
PK_CI_DESCRIPTION |
DESCRIPTION
| Definition |
The description of the chargeable item |
| Type |
NVARCHAR(2000), NULL |
NAME
| Definition |
The name of the chargeable item |
| Type |
NVARCHAR(256), NOT NULL |
PROD_OID
| Definition |
The identifier of the product (chargeable item package) in which this chargeable item
is included
|
| Description |
The identifier of the product (chargeable item package) in which this chargeable item
is included. See the OID column of the PRODUCT table
|
| Type |
DECIMAL(28), NULL |
| Available Index |
IX_CI_DESCRIPTION |
SERVICE_PROVIDER
| Definition |
The service provider that owns the refill item class |
| Type |
NVARCHAR(64), NULL |
OLD_NAME
| Definition |
The name of the chargeable item class when it was included in a product (chargeable
item package), before the migration to independent chargeable item classes
|
| Type |
NVARCHAR(256), NULL |
OLD_PROD_CODE
| Definition |
The name of the product (chargeable item package) in which the chargeable item class
was included, before the migration to independent chargeable item classes
|
| Type |
NVARCHAR(256), NULL |
Primary Key Details
PK_CI_DESCRIPTION
Index Details
The following database indexes are available in the
CI_DESCRIPTION database table to improve the speed of data retrieval operations during
the business processes of SAP Convergent Charging:
IX_CI_DESCRIPTION
| Indexed Column(s) |
PROD_OID |
| Unique |
No |
| Partitioned |
No |
| Clustered |
No |
| Filegroup |
CATALOG_INDX |