OFFER_CONDITION

Definition


The OFFER_CONDITION table describes offer conditions

Description


The OFFER_CONDITION table describes offer conditions. An offer condition enables using an existing offer as a suboffer in another offer.

Technical Data


Schema Version 5.0.6
Tablespace CATALOG_DATA
Partitioned No

Summary


The OFFER_CONDITION 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_OFFER_CONDITION       

The identifier of the offer condition
SUB_CODE        

The code of the offer condition
OPTIONAL_ORDER        

    The status of the offer condition in subscriptions

    More...

    ORDER_MINIMUM        

      The minimum number of times that the offer condition can be subscribed to
      ORDER_MAXIMUM        

        The maximum number of times that the offer condition can be subscribed to
        ORDER_STEP        

          The step between the ORDER_MINIMUM and the ORDER_MAXIMUM field

          More...

          OFFE_OID     IX_OCON_OFFE   

            The offer, which is redefined by the offer condition
            HOLDER_OFFE_OID     IX_OFFER_CONDITION_OFFER  OFFER (OID)
             

              The offer containing the offer condition

              Column Details

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

              OID

              Definition The identifier of the offer condition
              Type DECIMAL(28), NOT NULL
              Primary Key PK_OFFER_CONDITION

              SUB_CODE

              Definition The code of the offer condition
              Type VARCHAR(256), NOT NULL

              OPTIONAL_ORDER

              Definition The status of the offer condition in subscriptions
              Format

              The possible values are:

              • 0: subscribing the offer is mandatory
              • 1: subscribing the offer is optional

              Type DECIMAL(1), NOT NULL

              ORDER_MINIMUM

              Definition The minimum number of times that the offer condition can be subscribed to
              Type DECIMAL(28), NULL

              ORDER_MAXIMUM

              Definition The maximum number of times that the offer condition can be subscribed to
              Type DECIMAL(28), NULL

              ORDER_STEP

              Definition The step between the ORDER_MINIMUM and the ORDER_MAXIMUM field
              Format

              Example

              If ORDER_MINIMUM=1, ORDER_MAXIMUM=5 and ORDER_STEP=2, then the offer condition can be subscribed to 1, 3, or 5 times.

              Type DECIMAL(28), NULL

              OFFE_OID

              Definition The offer, which is redefined by the offer condition
              Type DECIMAL(28), NOT NULL
              Available Index IX_OCON_OFFE

              HOLDER_OFFE_OID

              Definition The offer containing the offer condition
              Type DECIMAL(28), NOT NULL
              Available Index IX_OFFER_CONDITION_OFFER

              Primary Key Details

              See the primary key information:

              PK_OFFER_CONDITION

              Column(s) OID
              Tablespace CATALOG_INDX

              Index Details

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

              IX_OFFER_CONDITION_OFFER

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

              IX_OCON_OFFE

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