DBA Data[Home] [Help]

APPS.ECX_RULE dependencies on ECX_INBOUND_TRIG

Line 968: ecx_inbound_trig.wrap_validate_message

964: 'Starting inbound processing.');
965: end if;
966: savepoint before_processing;
967:
968: ecx_inbound_trig.wrap_validate_message
969: (
970: p_msgid,
971: p_debug_mode
972: );

Line 979: /*ecx_debug.setErrorInfo has been called at ecx_inbound_trig.raiseEvent(to the the current message)

975: if (wf_log_pkg.level_statement >= fnd_log.g_current_runtime_level) then
976: wf_log_pkg.string(wf_log_pkg.level_statement, l_module,
977: 'Event raised for Inbound messgae processing at middle tier(i.e. java).');
978: end if;
979: /*ecx_debug.setErrorInfo has been called at ecx_inbound_trig.raiseEvent(to the the current message)
980: as documnet number is not available here*/
981: else
982: if (wf_log_pkg.level_statement >= fnd_log.g_current_runtime_level) then
983: wf_log_pkg.string(wf_log_pkg.level_statement, l_module,