PSETADJMNT

This table stores information on product set adjustments and shows which product set is referenced by a term and condition for a business policy.

Column Descriptions:

NameTypeDescription
TERMCOND_IDBIGINT NOT NULLThe terms and conditions ID.
PRODUCTSET_IDINTEGER NOT NULLThe product set ID.
TYPEINTEGER NOT NULLSpecifies whether the product set should be included or excluded: 0 = Category inclusion 1 = Category exclusion 2 = Product inclusion 3 = Product exclusion 4 = Browsable inclusion
ADJUSTMENTDECIMAL (20,5) NOT NULL DEFAULT 0Percentage adjustment on the product set.
PRECEDENCEINTEGER NOT NULL DEFAULT 0The order in which to apply the adjustment.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>TERMCOND_ID+PRODUCTSET_IDPrimary Key
I0000703PRODUCTSET_IDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_921PRODUCTSET_IDPRODUCTSETPRODUCTSET_IDCascade
F_922TERMCOND_IDTERMCONDTERMCOND_IDCascade