Reserved for HCL internal use.
Column Descriptions:
Name | Type | Description |
ORDCHNLTYP_ID | BIGINT NOT NULL | Reserved for HCL internal use. |
PAYMENTTRANSTYPE | CHAR (4) | Reserved for HCL internal use. |
LASTUPDATE | TIMESTAMP | Reserved for HCL internal use. |
NAME | VARCHAR (200) | Reserved for HCL internal use. |
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> | ORDCHNLTYP_ID | Primary Key |
I0000172 | NAME | Unique Index |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_514 | ORDCHNLTYP_ID | ORDERS | ORDCHNLTYP_ID | Cascade |