NRCT
Definition
The NRCT table contains the list of conditions associated to the defined reporting
condition sets
Technical Data
Summary
The NRCT table is defined by the
following columns.
See the column details for more information.
Column Details
POLICY_OID
| Definition |
The unique identifier of the charged items aggregation policy |
| Type |
DECIMAL(28), NOT NULL |
| Available Index |
IX_NBR_RPT_CDT_POLICY |
REPORT_CONDITION_SET_OID
| Definition |
The unique identifier of the reporting condition set |
| Type |
DECIMAL(28), NOT NULL |
| Primary Key |
PK_NUMB_RPT_CDT |
FIELD_NAME
| Definition |
The name of the field concerned by the charged items aggregation rule |
| Type |
NVARCHAR(256), NOT NULL |
| Primary Key |
PK_NUMB_RPT_CDT |
TYPE
| Definition |
The type of condition |
| Format |
The possible values are:
|
| Type |
DECIMAL(4), NOT NULL |
VALUE
| Definition |
The value of the condition |
| Type |
DECIMAL(28,6), NULL |
Primary Key Details
PK_NUMB_RPT_CDT
| Column(s) |
REPORT_CONDITION_SET_OID,FIELD_NAME |
| Filegroup |
CATALOG_DATA |
Index Details
The following database indexes are available in the
NRCT database table to improve the speed of data retrieval operations during
the business processes of SAP Convergent Charging:
IX_NBR_RPT_CDT_POLICY
| Indexed Column(s) |
POLICY_OID |
| Unique |
No |
| Partitioned |
No |
| Clustered |
No |
| Filegroup |
CATALOG_INDX |