DBA Data[Home] [Help]

APPS.ECX_STANDARD dependencies on ECX_DEBUG

Line 194: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

190: then
191: g_instlmode := wf_core.translate('WF_INSTALL');
192: IF g_instlmode = 'EMBEDDED'
193: THEN
194: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
195: ecx_utils.i_errparams));
196: wf_core.token('ECX_LOGFILE',logfile);
197: wf_core.raise('ECX_PROCESS_XMLERROR_EMBD');
198: ELSE

Line 199: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

195: ecx_utils.i_errparams));
196: wf_core.token('ECX_LOGFILE',logfile);
197: wf_core.raise('ECX_PROCESS_XMLERROR_EMBD');
198: ELSE
199: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
200: ecx_utils.i_errparams));
201: wf_core.token('ECX_LOGFILE',logfile);
202: wf_core.raise('ECX_PROCESS_XMLERROR');
203: END IF;

Line 208: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

204: else
205: g_instlmode := wf_core.translate('WF_INSTALL');
206: IF g_instlmode = 'EMBEDDED'
207: THEN
208: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
209: ecx_utils.i_errparams));
210: wf_core.token('ECX_LOGFILE',logfile);
211: wf_core.raise('ECX_PROGRAM_EXIT_EMBD');
212: ELSE

Line 213: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

209: ecx_utils.i_errparams));
210: wf_core.token('ECX_LOGFILE',logfile);
211: wf_core.raise('ECX_PROGRAM_EXIT_EMBD');
212: ELSE
213: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
214: ecx_utils.i_errparams));
215: wf_core.token('ECX_LOGFILE',logfile);
216: wf_core.raise('ECX_PROGRAM_EXIT');
217: END IF;

Line 257: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

253: then
254: g_instlmode := wf_core.translate('WF_INSTALL');
255: IF g_instlmode = 'EMBEDDED'
256: THEN
257: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
258: ecx_utils.i_errparams));
259: wf_core.token('ECX_LOGFILE',logfile);
260: wf_core.raise('ECX_PROCESS_XMLERROR_EMBD');
261: ELSE

Line 262: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

258: ecx_utils.i_errparams));
259: wf_core.token('ECX_LOGFILE',logfile);
260: wf_core.raise('ECX_PROCESS_XMLERROR_EMBD');
261: ELSE
262: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
263: ecx_utils.i_errparams));
264: wf_core.token('ECX_LOGFILE',logfile);
265: wf_core.raise('ECX_PROCESS_XMLERROR');
266: END IF;

Line 271: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

267: else
268: g_instlmode := wf_core.translate('WF_INSTALL');
269: IF g_instlmode = 'EMBEDDED'
270: THEN
271: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
272: ecx_utils.i_errparams));
273: wf_core.token('ECX_LOGFILE',logfile);
274: wf_core.raise('ECX_PROGRAM_EXIT_EMBD');
275: ELSE

Line 276: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

272: ecx_utils.i_errparams));
273: wf_core.token('ECX_LOGFILE',logfile);
274: wf_core.raise('ECX_PROGRAM_EXIT_EMBD');
275: ELSE
276: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
277: ecx_utils.i_errparams));
278: wf_core.token('ECX_LOGFILE',logfile);
279: wf_core.raise('ECX_PROGRAM_EXIT');
280: END IF;

Line 333: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

329: then
330: g_instlmode := wf_core.translate('WF_INSTALL');
331: IF g_instlmode = 'EMBEDDED'
332: THEN
333: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
334: ecx_utils.i_errparams));
335: wf_core.token('ECX_LOGFILE',logfile);
336: wf_core.raise('ECX_GET_XMLERROR_EMBD');
337: ELSE

Line 338: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

334: ecx_utils.i_errparams));
335: wf_core.token('ECX_LOGFILE',logfile);
336: wf_core.raise('ECX_GET_XMLERROR_EMBD');
337: ELSE
338: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
339: ecx_utils.i_errparams));
340: wf_core.token('ECX_LOGFILE',logfile);
341: wf_core.raise('ECX_GET_XMLERROR');
342: END IF;

Line 347: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

343: else
344: g_instlmode := wf_core.translate('WF_INSTALL');
345: IF g_instlmode = 'EMBEDDED'
346: THEN
347: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
348: ecx_utils.i_errparams));
349: wf_core.token('ECX_LOGFILE',logfile);
350: wf_core.raise('ECX_PROGRAM_EXIT_EMBD');
351: ELSE

Line 352: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

348: ecx_utils.i_errparams));
349: wf_core.token('ECX_LOGFILE',logfile);
350: wf_core.raise('ECX_PROGRAM_EXIT_EMBD');
351: ELSE
352: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
353: ecx_utils.i_errparams));
354: wf_core.token('ECX_LOGFILE',logfile);
355: wf_core.raise('ECX_PROGRAM_EXIT');
356: END IF;

Line 402: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

398: then
399: g_instlmode := wf_core.translate('WF_INSTALL');
400: IF g_instlmode = 'EMBEDDED'
401: THEN
402: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
403: ecx_utils.i_errparams));
404: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
405: wf_core.raise('ECX_SENDDIRECT_ERROR_EMBD');
406: ELSE

Line 407: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

403: ecx_utils.i_errparams));
404: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
405: wf_core.raise('ECX_SENDDIRECT_ERROR_EMBD');
406: ELSE
407: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
408: ecx_utils.i_errparams));
409: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
410: wf_core.raise('ECX_SENDDIRECT_ERROR');
411: END IF;

Line 416: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

412: else
413: g_instlmode := wf_core.translate('WF_INSTALL');
414: IF g_instlmode = 'EMBEDDED'
415: THEN
416: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
417: ecx_utils.i_errparams));
418: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
419: wf_core.raise('ECX_PROGRAM_EXIT_EMBD');
420: ELSE

Line 421: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

417: ecx_utils.i_errparams));
418: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
419: wf_core.raise('ECX_PROGRAM_EXIT_EMBD');
420: ELSE
421: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
422: ecx_utils.i_errparams));
423: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
424: wf_core.raise('ECX_PROGRAM_EXIT');
425: END IF;

Line 495: retmsg := ecx_debug.getTranslatedMessage('ECX_BUSINESS_EVT_SET');

491: ecx_utils.g_event.addParameterToList('PARAMETER9', parameter9);
492: ecx_utils.g_event.addParameterToList('PARAMETER10', parameter10);
493:
494: retcode :=0;
495: retmsg := ecx_debug.getTranslatedMessage('ECX_BUSINESS_EVT_SET');
496:
497: exception
498: when others then
499: retcode := 2;

Line 500: retmsg := ecx_debug.getTranslatedMessage('ECX_BUSINESS_EVT_SET_ERROR');

496:
497: exception
498: when others then
499: retcode := 2;
500: retmsg := ecx_debug.getTranslatedMessage('ECX_BUSINESS_EVT_SET_ERROR');
501: wf_core.raise('ECX_EVENT_ERROR');
502: end setEventDetails;
503:
504:

Line 544: debug_level := wf_event.getValueForParameter('ECX_DEBUG_LEVEL',p_parameter_list);

540: -- map_code ect. should come from paramter list
541:
542: dbms_lob.createtemporary(p_xmldoc,true,dbms_lob.session);
543: map_code := wf_event.getValueForParameter('ECX_MAP_CODE',p_parameter_list);
544: debug_level := wf_event.getValueForParameter('ECX_DEBUG_LEVEL',p_parameter_list);
545: /** Which exception to use here for throwing the Error to BES **/
546: if (map_code is null ) then
547: wf_core.token('MAP_CODE','NULL');
548: wf_core.raise('WFSQL_ARGS');

Line 649: i_debug_level := nvl(wf_engine.GetItemAttrText(itemtype,itemkey,'ECX_DEBUG_LEVEL',true),0);

645: end if;
646:
647:
648:
649: i_debug_level := nvl(wf_engine.GetItemAttrText(itemtype,itemkey,'ECX_DEBUG_LEVEL',true),0);
650:
651:
652: -- Verify that the attr type = EVENT
653:

Line 735: i_debug_level := nvl(wf_engine.GetItemAttrText(itemtype,itemkey,'ECX_DEBUG_LEVEL',true),0);

731: end if;
732:
733:
734:
735: i_debug_level := nvl(wf_engine.GetItemAttrText(itemtype,itemkey,'ECX_DEBUG_LEVEL',true),0);
736: i_event := Wf_Engine.GetActivityAttrEvent(itemtype, itemkey, actid, 'ECX_EVENT_MESSAGE');
737: if (i_event is null ) then
738: wf_core.token('ECX_EVENT_MESSAGE','NULL');
739: wf_core.raise('WFSQL_ARGS');

Line 892: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(ecx_utils.i_errbuf,

888: wf_core.context('ECX_STANDARD','isDeliveryRequiredCover',transaction_type,transaction_subtype, party_id,party_site_id);
889: g_instlmode := wf_core.translate('WF_INSTALL');
890: IF g_instlmode = 'EMBEDDED'
891: THEN
892: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(ecx_utils.i_errbuf,
893: ecx_utils.i_errparams));
894: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
895: wf_core.raise('ECX_PROGRAM_EXIT_EMBD');
896: ELSE

Line 897: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

893: ecx_utils.i_errparams));
894: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
895: wf_core.raise('ECX_PROGRAM_EXIT_EMBD');
896: ELSE
897: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
898: ecx_utils.i_errparams));
899: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
900: wf_core.raise('ECX_PROGRAM_EXIT');
901: END IF;

Line 1007: debug_mode := nvl(Wf_Engine.GetItemAttrText(itemtype, itemkey, 'ECX_DEBUG_LEVEL',true),0);

1003: wf_core.raise('WFSQL_ARGS');
1004: end if;
1005: **/
1006:
1007: debug_mode := nvl(Wf_Engine.GetItemAttrText(itemtype, itemkey, 'ECX_DEBUG_LEVEL',true),0);
1008:
1009: /** Check for the Item Attribute of type ECX_EVENT_MESSAGE. If found , then use that to initialize the
1010: global variable for ecx_utils.g_event or create a local instance.
1011: **/

Line 1203: i_debug_level := nvl(Wf_Engine.GetItemAttrText(itemtype, itemkey, 'ECX_DEBUG_LEVEL',true),0);

1199: return;
1200: end if;
1201:
1202:
1203: i_debug_level := nvl(Wf_Engine.GetItemAttrText(itemtype, itemkey, 'ECX_DEBUG_LEVEL',true),0);
1204:
1205:
1206: -- Retreive Activity Attributes
1207:

Line 1295: ecx_debug.setErrorInfo(10,10,'ECX_TRIGGER_OUTBOUND');

1291: close c1;
1292:
1293: -- invoke trigger_outbound which will invoke outbound_trigger, getConfirmation and
1294: -- get_delivery_attribs
1295: ecx_debug.setErrorInfo(10,10,'ECX_TRIGGER_OUTBOUND');
1296: ecx_document.trigger_outbound(transaction_type, transaction_subtype,
1297: party_id, party_site_id,
1298: document_id, ecx_utils.i_ret_code,
1299: ecx_utils.i_errbuf, trigger_id,

Line 1308: ecx_debug.setErrorInfo(10,10, 'ECX_PROCESSING_MESSAGE');

1304: p_destination_address, p_username, p_password,
1305: p_map_code, p_queue_name, p_tp_header_id
1306: );
1307: -- do outbound logging
1308: ecx_debug.setErrorInfo(10,10, 'ECX_PROCESSING_MESSAGE');
1309: ecx_errorlog.outbound_engine (trigger_id,
1310: ecx_utils.i_ret_code,
1311: ecx_utils.i_errbuf,
1312: null,null,p_party_type

Line 1374: ecx_debug.setErrorInfo(0,10,'ECX_MESSAGE_CREATED');

1370: i_debug_level => i_debug_level,
1371: i_xmldoc => ecx_utils.g_event.event_data,
1372: i_message_type => p_message_type);
1373:
1374: ecx_debug.setErrorInfo(0,10,'ECX_MESSAGE_CREATED');
1375: ecx_errorlog.outbound_engine (trigger_id,
1376: ecx_utils.i_ret_code,
1377: ecx_utils.i_errbuf,
1378: null,null,p_party_type

Line 1450: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(ecx_utils.i_errbuf,

1446: wf_core.context('ECX_STANDARD','getXMLTP',transaction_type,transaction_subtype,party_id,party_site_id);
1447: g_instlmode := wf_core.translate('WF_INSTALL');
1448: IF g_instlmode = 'EMBEDDED'
1449: THEN
1450: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(ecx_utils.i_errbuf,
1451: ecx_utils.i_errparams));
1452: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
1453: wf_core.raise('ECX_PROGRAM_EXIT_EMBD');
1454: ELSE

Line 1455: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

1451: ecx_utils.i_errparams));
1452: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
1453: wf_core.raise('ECX_PROGRAM_EXIT_EMBD');
1454: ELSE
1455: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
1456: ecx_utils.i_errparams));
1457: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
1458: wf_core.raise('ECX_PROGRAM_EXIT');
1459: END IF;

Line 1500: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(ecx_utils.i_errbuf,

1496: wf_core.context('ECX_STANDARD','getXMLTP',transaction_type,transaction_subtype,party_id,party_site_id);
1497: g_instlmode := wf_core.translate('WF_INSTALL');
1498: IF g_instlmode = 'EMBEDDED'
1499: THEN
1500: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(ecx_utils.i_errbuf,
1501: ecx_utils.i_errparams));
1502: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
1503: wf_core.raise('ECX_PROGRAM_EXIT_EMBD');
1504: ELSE

Line 1505: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(ecx_utils.i_errbuf,

1501: ecx_utils.i_errparams));
1502: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
1503: wf_core.raise('ECX_PROGRAM_EXIT_EMBD');
1504: ELSE
1505: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(ecx_utils.i_errbuf,
1506: ecx_utils.i_errparams));
1507: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
1508: wf_core.raise('ECX_PROGRAM_EXIT');
1509: END IF;

Line 1611: i_debug_level := nvl(Wf_Engine.GetItemAttrText(itemtype, itemkey, 'ECX_DEBUG_LEVEL',true),0);

1607: end if;
1608:
1609:
1610: document_id := Wf_Engine.GetActivityAttrTEXT(itemtype, itemkey, actid, 'ECX_DOCUMENT_ID');
1611: i_debug_level := nvl(Wf_Engine.GetItemAttrText(itemtype, itemkey, 'ECX_DEBUG_LEVEL',true),0);
1612: event_name := Wf_Engine.GetActivityAttrText(itemtype, itemkey,actid, 'ECX_EVENT_NAME');
1613: event_key := Wf_Engine.GetActivityAttrText(itemtype, itemkey,actid, 'ECX_EVENT_KEY');
1614:
1615: /* Start changes for bug Bug 2120165 */

Line 1735: debug_level := nvl(Wf_Engine.GetItemAttrText(itemtype, itemkey,'ECX_DEBUG_LEVEL',true),0);

1731:
1732: if (funcmode = 'RUN') then
1733:
1734: message_id := wf_engine.GetActivityAttrText(itemtype, itemkey, actid, 'ECX_MSGID');
1735: debug_level := nvl(Wf_Engine.GetItemAttrText(itemtype, itemkey,'ECX_DEBUG_LEVEL',true),0);
1736:
1737: ecx_inbound_trig.reprocess
1738: (
1739: i_msgid => message_id,

Line 1765: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

1761: then
1762: g_instlmode := wf_core.translate('WF_INSTALL');
1763: IF g_instlmode = 'EMBEDDED'
1764: THEN
1765: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
1766: ecx_utils.i_errparams));
1767: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
1768: wf_core.raise('ECX_REPROCESS_INBOUND_EMBD');
1769: ELSE

Line 1770: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

1766: ecx_utils.i_errparams));
1767: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
1768: wf_core.raise('ECX_REPROCESS_INBOUND_EMBD');
1769: ELSE
1770: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
1771: ecx_utils.i_errparams));
1772: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
1773: wf_core.raise('ECX_REPROCESS_INBOUND');
1774: END IF;

Line 1780: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

1776: else
1777: g_instlmode := wf_core.translate('WF_INSTALL');
1778: IF g_instlmode = 'EMBEDDED'
1779: THEN
1780: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
1781: ecx_utils.i_errparams));
1782: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
1783: wf_core.raise('ECX_PROGRAM_EXIT_EMBD');
1784: ELSE

Line 1785: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

1781: ecx_utils.i_errparams));
1782: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
1783: wf_core.raise('ECX_PROGRAM_EXIT_EMBD');
1784: ELSE
1785: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
1786: ecx_utils.i_errparams));
1787: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
1788: wf_core.raise('ECX_PROGRAM_EXIT');
1789: END IF;

Line 1870: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

1866: result := 'COMPLETE:';
1867: return;
1868: elsif retcode = 1
1869: then
1870: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
1871: ecx_utils.i_errparams));
1872: wf_core.raise('ECX_RESEND_WARNING');
1873: else
1874: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

Line 1874: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,

1870: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
1871: ecx_utils.i_errparams));
1872: wf_core.raise('ECX_RESEND_WARNING');
1873: else
1874: wf_core.token('ECX_ERRMSG',ecx_debug.getMessage(errmsg,
1875: ecx_utils.i_errparams));
1876: wf_core.raise('ECX_RESEND_ERROR');
1877: end if;
1878:

Line 1912: wf_core.context('ECX_STANDARD', 'ReSend',itemtype, itemkey, to_char(actid),funcmode,retcode, ecx_debug.getMessage(errmsg,ecx_utils.i_errparams));

1908: return;
1909:
1910: exception
1911: when others then
1912: wf_core.context('ECX_STANDARD', 'ReSend',itemtype, itemkey, to_char(actid),funcmode,retcode, ecx_debug.getMessage(errmsg,ecx_utils.i_errparams));
1913: raise;
1914: end resend;
1915:
1916: -- getEventDetails (PUBLIC)

Line 2099: i_retmsg := ecx_debug.getTranslatedMessage('ECX_XML_FILE_NULL');

2095: -- check for nulls
2096: if (i_xml_file is null)
2097: then
2098: i_retcode := 2;
2099: i_retmsg := ecx_debug.getTranslatedMessage('ECX_XML_FILE_NULL');
2100: return;
2101: end if;
2102:
2103: if(i_xslt_file_name is null)

Line 2106: i_retmsg := ecx_debug.getTranslatedMessage('ECX_XSLT_FILE_NULL');

2102:
2103: if(i_xslt_file_name is null)
2104: then
2105: i_retcode := 2;
2106: i_retmsg := ecx_debug.getTranslatedMessage('ECX_XSLT_FILE_NULL');
2107: return;
2108: end if;
2109:
2110: if (i_xslt_application_code is null)

Line 2113: i_retmsg := ecx_debug.getTranslatedMessage('ECX_XSLT_APP_CODE_NULL');

2109:
2110: if (i_xslt_application_code is null)
2111: then
2112: i_retcode := 2;
2113: i_retmsg := ecx_debug.getTranslatedMessage('ECX_XSLT_APP_CODE_NULL');
2114: return;
2115: end if;
2116:
2117: -- if version is null, select the max version for the provided

Line 2188: i_retmsg := ecx_debug.getTranslatedMessage('ECX_XSLT_TRANSFORMED');

2184: xmldom.freeDocument(l_xml_doc);
2185: end if;
2186:
2187: i_retcode := 0;
2188: i_retmsg := ecx_debug.getTranslatedMessage('ECX_XSLT_TRANSFORMED');
2189:
2190: exception
2191: when ecx_utils.program_exit then
2192: i_retcode := ecx_utils.i_ret_code;

Line 2193: i_retmsg := ecx_debug.getMessage(ecx_utils.i_errbuf,ecx_utils.i_errparams);

2189:
2190: exception
2191: when ecx_utils.program_exit then
2192: i_retcode := ecx_utils.i_ret_code;
2193: i_retmsg := ecx_debug.getMessage(ecx_utils.i_errbuf,ecx_utils.i_errparams);
2194:
2195: -- free all the used variables
2196: l_dtd_payload := null;
2197: xmlparser.freeParser(l_parser);