The Oracle Fusion Cloud Order-to-Cash architecture involves several key database tables categorized by their respective modules. These tables facilitate the flow of data from initial order entry through shipping, billing, and final accounting.
1. Order Management (OM) & Shipping
These tables handle the initial sales order and its physical fulfillment:
DOO_ORDER_HEADERS_ALL: Stores sales order header details like customer, currency, and status.
DOO_ORDER_LINES_ALL: Contains specific order line information such as items, quantities, and prices.
DOO_FULFILL_LINES_ALL: Links order lines to their specific orchestration steps and fulfillment statuses.
WSH_DELIVERY_DETAILS: Tracks shipping detail lines, including the quantity shipped and carrier information.
WSH_NEW_DELIVERIES: Holds delivery header information like ship-to locations and Bill of Lading (BOL).



