DBA Data[Home] [Help]

APPS.WF_WS_RULE dependencies on ECX_ERRORLOG

Line 55: ecx_errorlog.external_system(msgid, status, log_msg, timestamp, ret_code, ret_message, err_params);

51: exception when others then
52: timestamp := sysdate;
53: end;
54:
55: ecx_errorlog.external_system(msgid, status, log_msg, timestamp, ret_code, ret_message, err_params);
56:
57: return 'SUCCESS';
58: exception
59: when others then

Line 137: ECX_ERRORLOG.log_receivemessage (

133: attribute4 := p_event.GetValueForParameter('ECX_ATTRIBUTE4');
134: attribute5 := p_event.GetValueForParameter('ECX_ATTRIBUTE5');
135: payload := p_event.GetEventData();
136:
137: ECX_ERRORLOG.log_receivemessage (
138: 'WEBSERVICE',
139: status,
140: err_msg,
141: receipt_msgid,