DBA Data[Home] [Help]

APPS.OE_BULK_HEADER_UTIL dependencies on OE_HEADERS_IFACE_ALL

Line 177: FROM OE_HEADERS_IFACE_ALL h

173: ,h.IB_current_location_code
174: ,h.IB_Installed_at_Location_code
175: ,null -- start_line_index
176: ,null -- end_line_index
177: FROM OE_HEADERS_IFACE_ALL h
178: ,OE_ACTIONS_INTERFACE a
179: WHERE h.batch_id = p_batch_id
180: AND NVL(h.error_flag ,'N') = 'N'
181: AND a.order_source_id(+) = h.order_source_id

Line 344: FROM OE_HEADERS_IFACE_ALL h

340: ,h.IB_current_location_code
341: ,h.IB_Installed_at_Location_code
342: ,null -- start_line_index
343: ,null -- end_line_index
344: FROM OE_HEADERS_IFACE_ALL h
345: ,OE_ACTIONS_INTERFACE a
346: WHERE h.batch_id = p_batch_id
347: AND NVL(h.error_flag ,'N') = 'N'
348: AND a.order_source_id(+) = h.order_source_id