Search Results purchase
Overview
The OE_DROP_SHIP_SOURCES table is a critical transactional entity within the Oracle E-Business Suite (EBS) Order Management (ONT) module, specifically for versions 12.1.1 and 12.2.2. Its primary function is to serve as the central repository for establishing and maintaining the relationship between sales order lines and their corresponding procurement documents. This table is essential for orchestrating drop-ship fulfillment processes, where an item ordered by a customer is shipped directly from a supplier. It acts as the definitive link between the sales order in the OE_ORDER_LINES_ALL table and the associated purchasing requisitions in PO_REQUISITIONS_ALL or purchase orders in PO_LINES_ALL, enabling integrated process flow and visibility across the Order-to-Cash and Procure-to-Pay cycles.
Key Information Stored
The table's structure is designed to store foreign key references that create the necessary relationships. The most significant columns include LINE_ID, which links to the sales order line in OE_ORDER_LINES_ALL, and HEADER_ID, which links to the sales order header in OE_ORDER_HEADERS_ALL. For procurement linkage, the table contains PO_HEADER_ID and PO_LINE_ID to reference the purchase order in PO_HEADERS_ALL and PO_LINES_ALL, respectively. Similarly, for requisition-based drop shipments, it stores REQUISITION_HEADER_ID and REQUISITION_LINE_ID to link to PO_REQUISITION_HEADERS_ALL and PO_REQUISITION_LINES_ALL. Additional columns typically track creation and last update dates, the requesting organization, and the line location ID to manage inventory and accounting contexts.
Common Use Cases and Queries
The primary use case is tracking and reporting on the status of drop-ship orders. A common operational query involves joining OE_DROP_SHIP_SOURCES to sales order and purchase order tables to identify pending shipments or invoice matching issues. For instance, to list all active drop-ship lines with their associated PO numbers, a query would select from OE_ORDER_LINES_ALL, join on OE_DROP_SHIP_SOURCES using LINE_ID, and then join to PO_HEADERS_ALL using PO_HEADER_ID. This table is also pivotal for custom reports analyzing drop-ship fulfillment cycle times, supplier performance, and the volume of drop-ship transactions. Data integrity checks often query this table to find orphaned records where a purchase order was deleted but the link in OE_DROP_SHIP_SOURCES remains.
Related Objects
As indicated by its foreign key constraints, OE_DROP_SHIP_SOURCES has direct dependencies on several core EBS tables. It is fundamentally linked to the Order Management base tables OE_ORDER_HEADERS_ALL and OE_ORDER_LINES_ALL. Its integration with Purchasing is established through links to PO_HEADERS_ALL, PO_LINES_ALL, PO_REQUISITION_HEADERS_ALL, and PO_REQUISITION_LINES_ALL. This table is frequently accessed by standard Oracle APIs and user interfaces within the Order Management and Purchasing modules to display sourcing information. Custom interfaces or data migration scripts for drop-ship orders must also populate this table correctly to maintain process integrity.
-
Lookup Type: ONT_ELECMSGS_TYPES
12.2.2
product: ONT - Order Management , meaning: Electronic Messaging Transaction Types , description: Electronic Messaging Transaction Types for OI, EDI, XML ,
-
Lookup Type: ONT_ELECMSGS_TYPES
12.1.1
product: ONT - Order Management , meaning: Electronic Messaging Transaction Types , description: Electronic Messaging Transaction Types for OI, EDI, XML ,
-
Lookup Type: DOCUMENT TYPE
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : DOCUMENT TYPE , description: Document Type ,
-
Lookup Type: DOCUMENT TYPE
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : DOCUMENT TYPE , description: Document Type ,
-
Lookup Type: OEXPODIS ORDER BY
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : OEXPODIS ORDER BY , description: Sort by options for Sales Order Purchase Order Discrepancy report ,
-
Lookup Type: OEXPODIS ORDER BY
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : OEXPODIS ORDER BY , description: Sort by options for Sales Order Purchase Order Discrepancy report ,
-
Concurrent Program: OMPREL
12.1.1
execution_filename: OE_PUR_CONC_REQUESTS.REQUEST , product: ONT - Order Management , user_name: OMPREL , description: Purchase Release Program For Order Management , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: OMPREL
12.2.2
execution_filename: OE_PUR_CONC_REQUESTS.REQUEST , product: ONT - Order Management , user_name: OMPREL , description: Purchase Release Program For Order Management , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: OEXPODIS
12.1.1
execution_filename: OEXPODIS , product: ONT - Order Management , user_name: OEXPODIS , description: Sales Order and Purchase Order Discrepancy Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: OEXPODIS
12.2.2
execution_filename: OEXPODIS , product: ONT - Order Management , user_name: OEXPODIS , description: Sales Order and Purchase Order Discrepancy Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: OE_DRAFTS_EXT_SEARCH_POPLIST
12.1.1
product: ONT - Order Management , meaning: Draft Orders Search By Poplist For External Users , description: Draft Orders Search By Poplist For External Users ,
-
Lookup Type: OE_DRAFTS_EXT_SEARCH_POPLIST
12.2.2
product: ONT - Order Management , meaning: Draft Orders Search By Poplist For External Users , description: Draft Orders Search By Poplist For External Users ,
-
Lookup Type: OEXOEOSR SORT BY
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : OEXOEOSR ORDER BY , description: Sort By options for Orders Summary Report ,
-
Lookup Type: OEXOEOSR SORT BY
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : OEXOEOSR ORDER BY , description: Sort By options for Orders Summary Report ,
-
Lookup Type: OE_CC_EVENT_REV_REAUTH
12.2.2
product: ONT - Order Management , meaning: Event Level Credit Card Reversal and Reauthorization , description: Enable Event Level Credit Card Reversal and Reauthorization ,
-
Lookup Type: LINE_FLOW_STATUS
12.1.1
product: ONT - Order Management , meaning: Line Flow Status , description: Line Flow Status ,
-
Lookup Type: LINE_FLOW_STATUS
12.2.2
product: ONT - Order Management , meaning: Line Flow Status , description: Line Flow Status ,
-
Lookup Type: OE_DRAFTS_SEARCH_POPLIST
12.1.1
product: ONT - Order Management , meaning: Draft Orders Search By Poplist , description: Poplist for the Search By Attribute for Draft Orders ,
-
Table: OE_DROP_SHIP_SOURCES
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_DROP_SHIP_SOURCES, object_name:OE_DROP_SHIP_SOURCES, status:VALID, product: ONT - Order Management , description: This table stores relationship between order lines in oe_order_lines_all table and associated oracle purchasing requisitions in PO_REQUISITIONS_ALL and Oracle purchasing purchase orders in PO_LINES_ALL. , implementation_dba_data: ONT.OE_DROP_SHIP_SOURCES ,
-
Table: OE_DROP_SHIP_SOURCES
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_DROP_SHIP_SOURCES, object_name:OE_DROP_SHIP_SOURCES, status:VALID, product: ONT - Order Management , description: This table stores relationship between order lines in oe_order_lines_all table and associated oracle purchasing requisitions in PO_REQUISITIONS_ALL and Oracle purchasing purchase orders in PO_LINES_ALL. , implementation_dba_data: ONT.OE_DROP_SHIP_SOURCES ,
-
Lookup Type: REFERENCE_TYPE
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : REFERENCE_TYPE ,
-
Lookup Type: OE_DRAFTS_SEARCH_POPLIST
12.2.2
product: ONT - Order Management , meaning: Draft Orders Search By Poplist , description: Poplist for the Search By Attribute for Draft Orders ,
-
Lookup Type: INCLUDED ITEM FREEZE METHOD
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : INCLUDED ITEM FREEZE METHOD , description: Profile Option OE: Included Item Freeze Method Values ,
-
Lookup Type: HOLDABLE_LINE_ACTIVITIES
12.2.2
product: ONT - Order Management , meaning: Holdable Line Activiites , description: Holdable Line Activities ,
-
Lookup Type: OE_DELIVERY_SEARCH
12.1.1
product: ONT - Order Management , meaning: Delivery Information Search By Poplist , description: Poplist for the Search By Attribute for Delivery Information ,
-
Lookup Type: OE_DELIVERY_SEARCH
12.2.2
product: ONT - Order Management , meaning: Delivery Information Search By Poplist , description: Poplist for the Search By Attribute for Delivery Information ,
-
Lookup Type: REFERENCE_TYPE
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : REFERENCE_TYPE ,
-
Lookup Type: OE_PAYMENT_TYPE
12.1.1
product: ONT - Order Management , meaning: OM payment Types ,
-
Lookup Type: OE_PAYMENT_TYPE
12.2.2
product: ONT - Order Management , meaning: OM payment Types ,
-
Lookup Type: HOLDABLE_LINE_ACTIVITIES
12.1.1
product: ONT - Order Management , meaning: Holdable Line Activiites , description: Holdable Line Activities ,
-
Lookup Type: INCLUDED ITEM FREEZE METHOD
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : INCLUDED ITEM FREEZE METHOD , description: Profile Option OE: Included Item Freeze Method Values ,
-
View: OE_PO_REQUISITION_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PO_REQUISITION_LINES_V, object_name:OE_PO_REQUISITION_LINES_V, status:VALID, product: ONT - Order Management , description: Purchase order requisition lines view. , implementation_dba_data: APPS.OE_PO_REQUISITION_LINES_V ,
-
View: OE_PO_REQUISITION_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PO_REQUISITION_LINES_V, object_name:OE_PO_REQUISITION_LINES_V, status:VALID, product: ONT - Order Management , description: Purchase order requisition lines view. , implementation_dba_data: APPS.OE_PO_REQUISITION_LINES_V ,
-
View: OE_DROP_SHIP_LINKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_DROP_SHIP_LINKS_V, object_name:OE_DROP_SHIP_LINKS_V, status:VALID, product: ONT - Order Management , description: This view is used for Dropship Tab in the additional line information of the Sales Orders form. , implementation_dba_data: APPS.OE_DROP_SHIP_LINKS_V ,
-
View: OE_DROP_SHIP_LINKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_DROP_SHIP_LINKS_V, object_name:OE_DROP_SHIP_LINKS_V, status:VALID, product: ONT - Order Management , description: This view is used for Dropship Tab in the additional line information of the Sales Orders form. , implementation_dba_data: APPS.OE_DROP_SHIP_LINKS_V ,