This table contains procurement system specific
OrderItem information.
Column Descriptions:
Name | Type | Description |
ORDERITEMS_ID | BIGINT NOT NULL | Foreign key to the ORDERITEMS table and the
primary key. |
REQUESTEDSHIPTIME | TIMESTAMP | Requested order item ship time. |
SHIPASCOMPLETE | CHAR (1) | Whether partial shipment of the item will be
accepted:
N = ship partial.
Y = ship complete.
|
COMMENTS1 | VARCHAR (1024) | Comment. |
COMMENTS2 | VARCHAR (1024) | Comment. |
FIELD1 | VARCHAR (64) | Customizable. |
FIELD2 | VARCHAR (64) | Customizable. |
FIELD3 | VARCHAR (64) | Customizable. |
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> | ORDERITEMS_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_524 | ORDERITEMS_ID | ORDERITEMS | ORDERITEMS_ID | Cascade |