PARAMETER

Definition


The PARAMETER table contains information about the parameters defined in price plans

Technical Data


Schema Version 4.5.13
Tablespace CATALOG_DATA
Partitioned No

Summary


The PARAMETER table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
INDEX_IN_PLAN          
NAME          
DESCRIPTION          
VALUE_TYPE          
IS_PRIVATE          
NUMBER_VALUE          
STRING_VALUE          
DATE_VALUE          
PLAN_OID     IX_PP_PARAMETER  PRICE_PLAN (OID)
 
 
NB_ADDITIONAL_INFO          

Column Details


INDEX_IN_PLAN

Definition The position of the parameter in the price plan
Type DECIMAL(5), NOT NULL

NAME

Definition The name of the parameter
Type VARCHAR2(256 CHAR), NOT NULL

DESCRIPTION

Definition The description of the parameter
Type VARCHAR2(2000 CHAR), NULL

VALUE_TYPE

Definition The type of the parameter
Format

The possible values are:

  • 0: number
  • 1: string
  • 2: date

Type DECIMAL(2), NOT NULL

IS_PRIVATE

Definition The IS_PRIVATE field gives the visibility of the parameter
Format

The possible values are:

  • 0: External - The parameter can be modified outside the price plan, in an offer or a subscription for example.
  • 1: Internal - The parameter cannot be modified outside the price plan.

Type DECIMAL(1), NOT NULL

NUMBER_VALUE

Definition The value of the parameter when it is a number
Type DECIMAL(28,6), NULL

STRING_VALUE

Definition The value of the parameter when it is a string
Type VARCHAR2(2000 CHAR), NULL

DATE_VALUE

Definition The value of the parameter when it is a date
Type DATE, NULL

PLAN_OID

Definition The ID of the price plan that owns this parameter
Type DECIMAL(28), NOT NULL
Available Index IX_PP_PARAMETER

NB_ADDITIONAL_INFO

Definition The number of additional info for this parameter
Type DECIMAL(3), NOT NULL

Index Details


The following database indexes are available in the PARAMETER database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:

IX_PP_PARAMETER

Indexed Column(s) PLAN_OID
Unique No
Partitioned No
Tablespace CATALOG_INDX