DBA Data[Home] [Help]

APPS.ECX_WF_ERRORS dependencies on ECX_DEBUG

Line 86: error_msg := ecx_debug.getMessage(error_msg, error_params);

82: retmsg => i_error_msg
83: );
84:
85: /** Getting translated message based on message and param values **/
86: error_msg := ecx_debug.getMessage(error_msg, error_params);
87:
88: /** Now we need to set these values into our Error Process
89: *** We could just continually reference back to the source of
90: *** of our errors, but safer to get our own copy.

Line 379: error_msg := ecx_debug.getMessage(ecx_utils.i_errbuf, ecx_utils.i_errparams);

375: end if;
376: end;
377: /* End of changes for bug #2183619*/
378:
379: error_msg := ecx_debug.getMessage(ecx_utils.i_errbuf, ecx_utils.i_errparams);
380:
381: /* Using g_rec_tp_id here as inbound and passthroughs
382: will use the GetInErrorDetails
383: which gets tp_header_id from the error event. */