DBA Data[Home] [Help]

APPS.OE_LOCATION dependencies on SO_HEADERS_ALL

Line 23: from SO_HEADERS_ALL SH

19: into l_delete_permitted
20: from sys.dual
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)