| Schema Version | 5.0.6 | |
| Partitioned | No | |
The CCON_TIER_TABLE_INSTANCE 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_CCTIERTI |
|
The identifier of the tier table instance | |||
| TTAB_CODE |
|
The code of the tier table owning the instance | ||||
| CCON_OID | IX_CCTIERTI_CCON_OID | CHARGE_CONDITION (OID)
|
|
The identifier of the charge condition | ||
| NAME |
|
The name of the instance | ||||
| INSTANCE_NAME |
|
The name of the instance, which is enriched | ||||
| VALIDATION_DATE |
|
The date when the instance becomes valid |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the tier table instance |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_CCTIERTI |
| Definition | The code of the tier table owning the instance |
| Type | NVARCHAR(256), NULL |
| Definition | The identifier of the charge condition |
| Type | DECIMAL(28), NULL |
| Available Index | IX_CCTIERTI_CCON_OID |
| Definition | The name of the instance |
| Type | NVARCHAR(256), NULL |
| Definition | The name of the instance, which is enriched |
| Type | NVARCHAR(256), NULL |
| Definition | The date when the instance becomes valid |
| Type | SECONDDATE, NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | CATALOG_INDX |
The following database indexes are available in the CCON_TIER_TABLE_INSTANCE database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | CCON_OID |
| Unique | No |
| Partitioned | No |