DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_WF dependencies on ECX_OAG_CBOD_V

Line 2026: from ecx_oag_cbod_v

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