DBA Data[Home] [Help]

APPS.WSH_MAPPING_DATA dependencies on OE_ORDER_HEADERS_ALL

Line 1916: oe_order_headers_all oh,

1912: l_source_document_type_id,
1913: l_source_document_id,
1914: l_source_document_line_id
1915: from oe_order_lines_all ol,
1916: oe_order_headers_all oh,
1917: wsh_transactions_history wth
1918: where ol.line_id = p_src_line_id
1919: and ol.header_id = oh.header_id
1920: and oh.header_id = wth.entity_number (+)