DBA Data[Home] [Help]

APPS.ECX_INBOUND_TRIG dependencies on ECX_INBOUND_LOGS

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

2505: i_debug_level
2506: );
2507:
2508: ecx_debug.setErrorInfo(0,10,'ECX_MESSAGE_REPROCESSED');
2509: select process_id into i_process_id from ecx_inbound_logs where msgid=i_msgid;
2510: if(i_process_id is null) -- means TP setup wrong. Message never got into transaction queue.
2511: then
2512: return;
2513: end if;

Line 2520: select process_id into i_process_id from ecx_inbound_logs where msgid=i_msgid; -- fix for bug 7609421 / 8629681

2516: ecx_utils.g_logfile := null;
2517: exception
2518: when others then
2519:
2520: select process_id into i_process_id from ecx_inbound_logs where msgid=i_msgid; -- fix for bug 7609421 / 8629681
2521: ecx_errorlog.inbound_engine(i_process_id,ecx_utils.i_ret_code, ecx_utils.i_errbuf,ecx_utils.i_errparams);
2522: i_retcode := ecx_utils.i_ret_code;
2523: i_errbuf := ecx_utils.i_errbuf;
2524: ecx_utils.g_logfile := null;

Line 2578: select process_id into l_process_id from ecx_inbound_logs where msgid=i_msgid;

2574: ecx_debug.log(l_statement, 'i_no_routing', i_no_routing,l_method_name);
2575: end if;
2576: wf_event_t.initialize(l_event);
2577: if (l_msg_id_null = 'N') then
2578: select process_id into l_process_id from ecx_inbound_logs where msgid=i_msgid;
2579: end if;
2580: l_event.addParameterToList('ROUTING_ID', ecx_utils.g_routing_id);
2581: if(l_statementEnabled) then
2582: l_event.addParameterToList('STAMENT_LEVEL_ENABLED', 'Y');