This table contains the details about any dynamic
attributes that belong to promotion entities, such as promotion
groups, promotion policies, and others.
Column Descriptions:
| Name | Type | Description |
| PX_DYNATTR_ID | INTEGER NOT NULL | The dynamic attribute ID. This is a primary
key. |
| TYPENAME | VARCHAR (220) NOT NULL | The class name of the entity for which this
dynamic attribute is defined. |
| ATTRNAME | VARCHAR (32) NOT NULL | The name of the dynamic attribute. |
| IMPLCLS | VARCHAR (254) NOT NULL | The name of the class that implements the dynamic
attribute. |
| XMLPARAM | CLOB (1000000) | The XML definition of this dynamic
attribute. |
| OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
| Name | Column Names | Type |
| <SYSTEM-GENERATED> | PX_DYNATTR_ID | Primary Key |
| I0000385 | TYPENAME+ATTRNAME | Unique Index |