ED_IEV_LINKED_ORDER_INFO
Description:
This table extracts the link between orders and events. An event can have multiple orders linked in this table. This table can be used to link to other orders tables with the order ID.

Primary Key
Column Name Ordinal Position
EVENT_ID 1
EVENT_LINE 2
ORDER_LINK_LINE 3

Column Information
Name Type Discontinued?
1 EVENT_ID VARCHAR No
The unique identifier for the event record.
2 EVENT_LINE INTEGER No
The line number for the event associated with this record.
3 ORDER_LINK_LINE INTEGER No
Events may be triggered by multiple orders and when this occurs, each order is stored on its own line. This column stores the line number associated with each order that triggered the event.
4 EVENT_LINKED_ORD_ID NUMERIC No
Stores the order IDs linked to this event line indicating the orders that triggered the event