DBA Data[Home] [Help]

APPS.WS_RULE dependencies on ECX_ERRORLOG

Line 45: ecx_errorlog.external_system(msgid, status, err_msg, timestamp, ret_code, ret_message, err_params);

41: exception when others then
42: timestamp := sysdate;
43: end;
44:
45: ecx_errorlog.external_system(msgid, status, err_msg, timestamp, ret_code, ret_message, err_params);
46:
47: return 'SUCCESS';
48: exception
49: when others then

Line 133: ecx_errorlog.log_document(

129: attribute4 := p_event.GetValueForParameter('ECX_ATTRIBUTE4');
130: attribute5 := p_event.GetValueForParameter('ECX_ATTRIBUTE5');
131: payload := p_event.GetEventData();
132: begin
133: ecx_errorlog.log_document(
134: l_retcode,
135: l_retmsg,
136: receipt_msgid,
137: message_type,

Line 168: ecx_errorlog.inbound_trigger

164: raise ws_log_exit;
165: end if;
166: end;
167:
168: ecx_errorlog.inbound_trigger
169: (
170: trigger_id,
171: receipt_msgid,
172: null,

Line 178: -- ecx_errorlog.log_document

174: err_msg,
175: err_params
176: );
177:
178: -- ecx_errorlog.log_document
179:
180: end if;
181: return 'SUCCESS';
182: