DBA Data[Home] [Help]

APPS.ECX_RULE dependencies on ECX_ERRORLOG

Line 233: ecx_errorlog.inbound_trigger(

229: 'TriggerId '|| i_trigger_id);
230: end if;
231:
232: ecx_debug.setErrorInfo(10,10, 'ECX_PROCESSING_RULE');
233: ecx_errorlog.inbound_trigger(
234: i_trigger_id,
235: v_msgid,
236: null,
237: ecx_utils.i_ret_code,

Line 473: ecx_errorlog.inbound_trigger(

469: payload => v_ect_inengobj,
470: msgid => v_msgid_out );
471:
472: ecx_debug.setErrorInfo(10,10, 'ECX_PROCESSING_MESSAGE');
473: ecx_errorlog.inbound_trigger(
474: i_trigger_id,
475: v_msgid,
476: v_msgid_out,
477: ecx_utils.i_ret_code,

Line 490: ecx_errorlog.inbound_trigger(

486: when others then
487: ecx_debug.setErrorInfo(1,30,'ECX_PROCESSING_ENQ_ERROR',
488: 'p_queue_name',
489: i_queue_name);
490: ecx_errorlog.inbound_trigger(
491: i_trigger_id,
492: v_msgid,
493: v_msgid_out,
494: ecx_utils.i_ret_code,

Line 518: ecx_errorlog.inbound_trigger(

514: return 'ERROR';
515: end;
516: else
517: ecx_debug.setErrorInfo(1,30,'ECX_NO_PROCESSING_QUEUE');
518: ecx_errorlog.inbound_trigger(
519: i_trigger_id,
520: v_msgid,
521: v_msgid_out,
522: ecx_utils.i_ret_code,

Line 549: ecx_errorlog.inbound_trigger(

545: /* start of changes for bug #2183619*/
546: when too_many_rows then
547:
548: ecx_debug.setErrorInfo(2,30, 'ECX_MANY_PROCESSING_QUEUES');
549: ecx_errorlog.inbound_trigger(
550: i_trigger_id,
551: v_msgid,
552: v_msgid_out,
553: ecx_utils.i_ret_code,

Line 587: ecx_errorlog.inbound_trigger(

583: 'p_party_site_id',
584: l_party_site_id);
585:
586:
587: ecx_errorlog.inbound_trigger(
588: i_trigger_id,
589: v_msgid,
590: v_msgid_out,
591: ecx_utils.i_ret_code,

Line 619: ecx_errorlog.inbound_trigger(

615: return 'ERROR';
616: /* end of changes for bug #2183619*/
617: when others then
618: ecx_debug.setErrorInfo(2,30, 'ECX_IN_RULE_PROCESING_ERROR');
619: ecx_errorlog.inbound_trigger(
620: i_trigger_id,
621: v_msgid,
622: v_msgid_out,
623: ecx_utils.i_ret_code,

Line 994: ecx_errorlog.inbound_engine(p_process_id,

990: ecx_debug.setErrorInfo(0, 10, 'ECX_MESSAGE_PROCESSED');
991: end if;
992: end if;
993:
994: ecx_errorlog.inbound_engine(p_process_id,
995: ecx_utils.i_ret_code,
996: ecx_utils.i_errbuf);
997:
998: exception

Line 1018: ecx_errorlog.inbound_engine(p_process_id,

1014: ecx_utils.error_type := 30;
1015: end if;
1016:
1017: begin
1018: ecx_errorlog.inbound_engine(p_process_id,
1019: ecx_utils.i_ret_code,
1020: ecx_utils.i_errbuf);
1021: exception
1022: when others then

Line 1414: ecx_errorlog.log_receivemessage (

1410: end if;
1411: return 'ERROR';
1412: end if;
1413:
1414: ecx_errorlog.log_receivemessage (
1415: caller => 'JMS Queue',
1416: status_text => 'SUCCESS',
1417: err_msg => null,
1418: receipt_msgid => l_msgid,

Line 1454: ecx_errorlog.inbound_trigger(

1450:
1451: return 'SUCCESS';
1452: exception
1453: when others then
1454: ecx_errorlog.inbound_trigger(
1455: l_trigger_id,
1456: l_msgid,
1457: l_process_id,
1458: ecx_utils.i_ret_code,

Line 1610: ecx_errorlog.inbound_trigger(

1606: end;
1607: end if;
1608: end if;
1609:
1610: ecx_errorlog.inbound_trigger(
1611: l_trigger_id,
1612: l_msgid,
1613: l_process_id,
1614: ecx_utils.i_ret_code,

Line 1633: ecx_errorlog.getDocLogDetails

1629:
1630: -- need to check if the msgid has already exists in ecx_doclogs,
1631: -- if yes, then it is the second queue calling this subscription.
1632: -- Otherwise, it is the first queue, then it need to insert an entry to doclogs.
1633: ecx_errorlog.getDocLogDetails
1634: (
1635: l_msgid,
1636: l_message_type,
1637: l_message_code,

Line 1708: ecx_errorlog.log_document(

1704: end if;
1705:
1706: -- Save the Copy of the Document
1707: begin
1708: ecx_errorlog.log_document(
1709: l_retcode,
1710: l_retmsg,
1711: l_msgid,
1712: l_message_type,

Line 1860: ecx_errorlog.inbound_trigger(

1856: p_event.setCorrelationId(l_process_id);
1857: --p_event.setEventKey(l_process_id);
1858:
1859: ecx_debug.setErrorInfo(10, 10, 'ECX_PROCESSING_MESSAGE');
1860: ecx_errorlog.inbound_trigger(
1861: l_trigger_id,
1862: l_msgid,
1863: l_process_id,
1864: ecx_utils.i_ret_code,

Line 1887: ecx_errorlog.inbound_trigger(

1883:
1884: exception
1885: when others then
1886: fnd_log.g_current_runtime_level := saved_fnd_runtime_debug;
1887: ecx_errorlog.inbound_trigger(
1888: l_trigger_id,
1889: l_msgid,
1890: l_process_id,
1891: ecx_utils.i_ret_code,