DBA Data[Home] [Help]

APPS.CTO_CHANGE_ORDER_PK dependencies on OE_DROP_SHIP_SOURCES

Line 1577: FROM oe_drop_ship_sources ods,

1573: UNION
1574: SELECT mlk2.meaning Supply_type,
1575: poh.segment1 job_number,
1576: pol.line_num line_number
1577: FROM oe_drop_ship_sources ods,
1578: po_headers_all poh,
1579: po_line_locations_all poll,
1580: po_lines_all pol,
1581: oe_order_lines_all oel,

Line 1597: FROM oe_drop_ship_sources ods,

1593: UNION
1594: SELECT mlk2.meaning Supply_Type,
1595: porh.segment1 job_number,
1596: porl.line_num line_number
1597: FROM oe_drop_ship_sources ods,
1598: po_requisition_headers_all porh,
1599: po_requisition_lines_all porl,
1600: oe_order_lines_all oel,
1601: mtl_units_of_measure uom,