This table contains display information for a
Contract.
Column Descriptions:
| Name | Type | Description |
| DEVICEFMT_ID | INTEGER NOT NULL | Device format identifier. |
| CNTRDISPLY_ID | BIGINT NOT NULL | Internal reference number. This is a primary
key. |
| CONTRACT_ID | BIGINT | Contract ID. If null, this is the default display
page. |
| PARTROLE_ID | INTEGER | Participant role. Allows a display page based on
participant role. |
| DISPLAYPAGENAME | VARCHAR (254) | A display page name. |
| OPTCOUNTER | SMALLINT | 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> | CNTRDISPLY_ID | Primary Key |
| I0000075 | CONTRACT_ID+DEVICEFMT_ID+PARTROLE_ID | Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_244 | PARTROLE_ID | PARTROLE | PARTROLE_ID | Cascade |
| F_245 | DEVICEFMT_ID | DEVICEFMT | DEVICEFMT_ID | Cascade |
| F_246 | CONTRACT_ID | CONTRACT | CONTRACT_ID | Cascade |