OFFER_CONDITION
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 |
4.5.13 |
| Tablespace |
CATALOG_DATA |
| Partitioned |
No |
Summary
The OFFER_CONDITION table is defined by the
following columns.
See the column details for more information.
Column Details
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 |
VARCHAR2(256 CHAR), 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
Primary Key Details
PK_OFFER_CONDITION
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 |