DBA Data[Home] [Help]

APPS.OE_BULK_VALIDATE dependencies on OE_ORDER_HEADERS

Line 83: FROM OE_ORDER_HEADERS oh

79: ,l_msg_text, OE_MSG_ID_S.NEXTVAL
80: FROM OE_HEADERS_IFACE_ALL h
81: WHERE batch_id = p_batch_id
82: AND EXISTS (SELECT 'Y'
83: FROM OE_ORDER_HEADERS oh
84: WHERE oh.order_source_id = h.order_source_id
85: AND oh.orig_sys_document_ref = h.orig_sys_document_ref
86: );
87: