DBA Data[Home] [Help]

APPS.OE_BULK_HEADER_UTIL dependencies on OE_ACTIONS_INTERFACE

Line 178: ,OE_ACTIONS_INTERFACE a

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
182: AND a.orig_sys_document_ref(+) = h.orig_sys_document_ref

Line 345: ,OE_ACTIONS_INTERFACE a

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
349: AND a.orig_sys_document_ref(+) = h.orig_sys_document_ref