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 986: ecx_errorlog.inbound_engine(p_process_id,

982: else
983: ecx_debug.setErrorInfo(0, 10, 'ECX_MESSAGE_PROCESSED');
984: end if;
985:
986: ecx_errorlog.inbound_engine(p_process_id,
987: ecx_utils.i_ret_code,
988: ecx_utils.i_errbuf);
989:
990: exception

Line 1010: ecx_errorlog.inbound_engine(p_process_id,

1006: ecx_utils.error_type := 30;
1007: end if;
1008:
1009: begin
1010: ecx_errorlog.inbound_engine(p_process_id,
1011: ecx_utils.i_ret_code,
1012: ecx_utils.i_errbuf);
1013: exception
1014: when others then

Line 1406: ecx_errorlog.log_receivemessage (

1402: end if;
1403: return 'ERROR';
1404: end if;
1405:
1406: ecx_errorlog.log_receivemessage (
1407: caller => 'JMS Queue',
1408: status_text => 'SUCCESS',
1409: err_msg => null,
1410: receipt_msgid => l_msgid,

Line 1446: ecx_errorlog.inbound_trigger(

1442:
1443: return 'SUCCESS';
1444: exception
1445: when others then
1446: ecx_errorlog.inbound_trigger(
1447: l_trigger_id,
1448: l_msgid,
1449: l_process_id,
1450: ecx_utils.i_ret_code,

Line 1602: ecx_errorlog.inbound_trigger(

1598: end;
1599: end if;
1600: end if;
1601:
1602: ecx_errorlog.inbound_trigger(
1603: l_trigger_id,
1604: l_msgid,
1605: l_process_id,
1606: ecx_utils.i_ret_code,

Line 1625: ecx_errorlog.getDocLogDetails

1621:
1622: -- need to check if the msgid has already exists in ecx_doclogs,
1623: -- if yes, then it is the second queue calling this subscription.
1624: -- Otherwise, it is the first queue, then it need to insert an entry to doclogs.
1625: ecx_errorlog.getDocLogDetails
1626: (
1627: l_msgid,
1628: l_message_type,
1629: l_message_code,

Line 1700: ecx_errorlog.log_document(

1696: end if;
1697:
1698: -- Save the Copy of the Document
1699: begin
1700: ecx_errorlog.log_document(
1701: l_retcode,
1702: l_retmsg,
1703: l_msgid,
1704: l_message_type,

Line 1852: ecx_errorlog.inbound_trigger(

1848: p_event.setCorrelationId(l_process_id);
1849: --p_event.setEventKey(l_process_id);
1850:
1851: ecx_debug.setErrorInfo(10, 10, 'ECX_PROCESSING_MESSAGE');
1852: ecx_errorlog.inbound_trigger(
1853: l_trigger_id,
1854: l_msgid,
1855: l_process_id,
1856: ecx_utils.i_ret_code,

Line 1879: ecx_errorlog.inbound_trigger(

1875:
1876: exception
1877: when others then
1878: fnd_log.g_current_runtime_level := saved_fnd_runtime_debug;
1879: ecx_errorlog.inbound_trigger(
1880: l_trigger_id,
1881: l_msgid,
1882: l_process_id,
1883: ecx_utils.i_ret_code,