OFFER_BASED_CONSTRAINT

Description

This table stores offer-based constraints.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the offer- based constraint.
CUSTOMER_CONDITION_UEL_EXPRE_0 longtext The UEL expression for the customer condition.
OFFER_BASED_CONSTRAINTS_CONS_0 bigint The foreign key referencing the ID column of the CONSTRAINTS_SPECIFICATION table.
OFFER_BASED_CONSTRAINTS_HJOR_0 int The order of the offer-based constraint in the hierarchy.

Foreign Key Relationships

  • OFFER_BASED_CONSTRAINTS_CONS_0 references CONSTRAINTS_SPECIFICATION (ID)