PX_POLICY

This table contains promotion policies.

Column Descriptions:

NameTypeDescription
PX_POLICY_IDINTEGER NOT NULLThe policy ID. This is a primary key.
STOREENT_IDINTEGER NOT NULLForeign key to the STOREENT table. This is the ID of the store that owns this policy.
STATUSSMALLINT NOT NULL DEFAULT 0The current status of a policy. Possible values include: 0: active 1: inactive 2: deleted The default value is 0.
NAMEVARCHAR (128) NOT NULLThe name of the policy.
IMPLCLSVARCHAR (254) NOT NULLThe name of the class that implements this policy.
XMLPARAMCLOB (1000000)The XML definition of this policy.
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>PX_POLICY_IDPrimary Key
I0000387STOREENT_ID+NAMEUnique Index
I0000395STOREENT_IDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_1043STOREENT_IDSTOREENTSTOREENT_IDCascade

Referenced By Child Tables:

ConstraintColumnsChild TableChild ColumnsType
F_1045PX_POLICY_IDPX_GRPPOLICYPX_POLICY_IDCascade
F_1050PX_POLICY_IDPX_PROMOPOLICYPX_POLICY_IDCascade