DBA Data[Home] [Help]

APPS.ECX_INBOUND_TRIG dependencies on ECX_INBOUND_LOGS

Line 2471: select process_id into i_process_id from ecx_inbound_logs where msgid=i_msgid;

2467: i_debug_level
2468: );
2469:
2470: ecx_debug.setErrorInfo(0,10,'ECX_MESSAGE_REPROCESSED');
2471: select process_id into i_process_id from ecx_inbound_logs where msgid=i_msgid;
2472: if(i_process_id is null) -- means TP setup wrong. Message never got into transaction queue.
2473: then
2474: return;
2475: end if;