DBA Data[Home] [Help]

APPS.WSH_MAPPING_DATA dependencies on WSH_TRANSACTIONS_HISTORY

Line 1917: wsh_transactions_history wth

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 (+)
1921: and wth.entity_type(+) = 'ORDER'