ONE_SHOT_RATE

Definition


The ONE_SHOT_RATE table contains information about one shot rates

Technical Data


Schema Version 5.0.6
Partitioned No

Summary


The ONE_SHOT_RATE 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_ONE_SHOT_RATE       

The one-shot rate unique ID
INDEX_IN_PLAN        

    The position of the rate in the price plan
    NAME        

      The name of the rate
      DESCRIPTION        

        The description of the rate
        EVENT_NAME        

          The event that triggers this one-shot rate
          SHIFT_QUANTITY        

            The quantity of 'SHIF_TIME_UNIT' of the shift
            SHIFT_TIME_UNIT        

              The unit of time of the shift
              PLAN_OID     IX_ONE_SHOT_RATE_PP  PRICE_PLAN (OID)
               

                The ID of the price plan for this rate

                Column Details

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

                OID

                Definition The one-shot rate unique ID
                Type DECIMAL(28), NOT NULL
                Primary Key PK_ONE_SHOT_RATE

                INDEX_IN_PLAN

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

                NAME

                Definition The name of the rate
                Type NVARCHAR(256), NOT NULL

                DESCRIPTION

                Definition The description of the rate
                Type NVARCHAR(2000), NULL

                EVENT_NAME

                Definition The event that triggers this one-shot rate
                Type NVARCHAR(256), NOT NULL

                SHIFT_QUANTITY

                Definition The quantity of 'SHIF_TIME_UNIT' of the shift
                Type DECIMAL(28,6), NULL

                SHIFT_TIME_UNIT

                Definition The unit of time of the shift
                Type DECIMAL(1), NULL

                PLAN_OID

                Definition The ID of the price plan for this rate
                Type DECIMAL(28), NOT NULL
                Available Index IX_ONE_SHOT_RATE_PP

                Primary Key Details

                See the primary key information:

                PK_ONE_SHOT_RATE

                Column(s) OID
                Segment CATALOG_INDX

                Index Details

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

                IX_ONE_SHOT_RATE_PP

                Indexed Column(s) PLAN_OID
                Unique No
                Partitioned No
                Clustered No