DBA Data[Home] [Help]

APPS.OE_LOCATION dependencies on SO_DROP_SHIP_SOURCES

Line 25: from so_drop_ship_sources

21: where not exists (
22: select null
23: from SO_HEADERS_ALL SH
24: where SH.HEADER_ID IN (select header_id
25: from so_drop_ship_sources
26: where line_location_id =
27: p_location_id)
28: and SH.OPEN_FLAG = 'Y');
29: