The OFFER_CONDITION table describes offer conditions.
An offer condition enables using an existing offer as a suboffer in another offer.
| Schema Version | 5.0.6 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
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 | ||||
| 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 | ||||
| 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 |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the offer condition |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_OFFER_CONDITION |
| Definition | The code of the offer condition |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The status of the offer condition in subscriptions |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Definition | The minimum number of times that the offer condition can be subscribed to |
| Type | DECIMAL(28), NULL |
| Definition | The maximum number of times that the offer condition can be subscribed to |
| Type | DECIMAL(28), NULL |
| 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 |
| Definition | The offer, which is redefined by the offer condition |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_OCON_OFFE |
| Definition | The offer containing the offer condition |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_OFFER_CONDITION_OFFER |
See the primary key information:
| Column(s) | OID |
| Filegroup | CATALOG_DATA |
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:
| Indexed Column(s) | HOLDER_OFFE_OID |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | CATALOG_INDX |
| Indexed Column(s) | OFFE_OID |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | CATALOG_INDX |