DBA Data[Home] [Help]

APPS.ECX_INBOUND_TRIG dependencies on ECX_UTIL_API

Line 870: if ECX_UTIL_API.isInJavaProcessEnabled then

866: if(l_statementEnabled) then
867: ecx_debug.log(l_statement,'ECX','ECX_START_INBOUND',i_method_name, 'TRANSACTION_TYPE', m_ext_type);
868: end if;
869: /*bug 16442475:If value of profile ECX_IN_JAVA_PROCESSING is Y*/
870: if ECX_UTIL_API.isInJavaProcessEnabled then
871: raiseEvent(
872: i_msgid => m_msgid,
873: i_document_number => m_document_number,
874: i_map_id => i_map_id,

Line 2369: if ecx_utils.g_from_processxml and ECX_UTIL_API.isInJavaProcessEnabled then

2365: raise ecx_utils.program_exit;
2366: end;
2367:
2368: /*bug16442475 return status to notified and will set to complete from java*/
2369: if ecx_utils.g_from_processxml and ECX_UTIL_API.isInJavaProcessEnabled then
2370: raiseEvent(
2371: i_msgid => null,
2372: i_document_number => null,
2373: i_map_id => i_map_id,