ORDMEEXTN

This table contains procurement system specific order information.

Column Descriptions:

NameTypeDescription
ORDERS_IDBIGINT NOT NULLOrder reference number. Primary key.
PAYLOADIDVARCHAR (128)Unique identification generated by the procurement system to track the order request.
BUYERORDERIDCHAR (32)The order number defined by the system of the buying organization.
ORDERTYPECHAR (2)Code to designate whether the order is a blanket or stand alone order. Valid values are BK = blanket order or SA = stand alone order.
REQUESTEDTIMETIMESTAMPThis is the time the order was requested by the buying organization at the procurement system.
REQUESTEDSHIPTIMETIMESTAMPRequested order ship time.
COMMENTS1VARCHAR (1024)Comments.
COMMENTS2VARCHAR (1024)Comments.
FIELD1VARCHAR (64)Customizable.
FIELD2VARCHAR (64)Customizable.
FIELD3VARCHAR (64)Customizable.
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>ORDERS_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_532ORDERS_IDORDERSORDERS_IDCascade