PRICE_PLAN

Definition


The PRICE_PLAN table contains information about price plans

Technical Data


Schema Version 2022.0.2
Tablespace CATALOG_DATA
Partitioned No

Summary


The PRICE_PLAN 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_PRICE_PLAN       

The unique identifier of the price plan
NAME        

    The name of the price plan
    DESCRIPTION        

      The description of the price plan
      CURRENCY_CODE       CURRENCY (CODE)
       

        The currency code of the price plan
        CHRG_OID     IX_PP_CHRG  CHARGE_COMPONENT (OID)
         

          The ID of the charge component that contains the price plan
          VALIDATION_DATE        

            The date when the price plan becomes valid

            Column Details

            The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

            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 VARCHAR(256), NOT NULL

            DESCRIPTION

            Definition The description of the price plan
            Type VARCHAR(256), NULL

            CURRENCY_CODE

            Definition The currency code of the price plan
            Type VARCHAR(5), NULL

            CHRG_OID

            Definition The ID of the charge component that 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 TIMESTAMP, NULL

            Primary Key Details

            See the primary key information:

            PK_PRICE_PLAN

            Column(s) OID
            Tablespace CATALOG_INDX

            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