DOO_LINES_ALL
Sales order line — item, quantity, and requested schedule for a header.
Key Columns
Common Joins
DOO_HEADERS_ALLvia HEADER_IDThe order header this line belongs to — customer, order type, business unit.
DOO_FULFILL_LINES_ALLvia LINE_IDThe fulfillment line tracking this order line's orchestration status (scheduling, reservation, shipping, invoicing).
EGP_SYSTEM_ITEMS_Bvia INVENTORY_ITEM_IDThe item master record for what's being ordered on this line.
Used In
Related
Tracing a sales order
A sales order flows DOO_HEADERS_ALL → DOO_LINES_ALL → DOO_FULFILL_LINES_ALL. A fulfillment line's status (FULFILLMENT_LINE_STATUS_CODE) progresses through a common lifecycle: Draft → Submitted → Scheduled → Reserved → Awaiting Shipping → Shipped → Invoiced → Closed — each label is the plain-English display value, not the literal internal status code.
DOO_FULFILL_LINES_ALL
DOO_FULFILL_LINES_ALL is the fulfillment-line-level record in Order Management/Global Order Promising orchestration, tracking a line's progress through scheduling, reservation, shipping and invoicing.