DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_WF dependencies on ECX_OAG_CBOD_V

Line 2027: from ecx_oag_cbod_v

2023: END IF;
2024: Begin
2025: select confirmation
2026: into l_confirmation
2027: from ecx_oag_cbod_v
2028: where document_id = l_message_id;
2029: Exception
2030: When NO_DATA_FOUND then
2031: IF l_debug_level > 0 THEN