DBA Data[Home] [Help]

APPS.ECX_STANDARD dependencies on ECX_ERRORLOG

Line 1309: ecx_errorlog.outbound_engine (trigger_id,

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
1313: );

Line 1375: ecx_errorlog.outbound_engine (trigger_id,

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
1379: );

Line 1427: ecx_errorlog.outbound_trigger

1423: resultout := 'COMPLETE:';
1424:
1425: exception
1426: when ecx_document.ecx_transaction_not_defined then
1427: ecx_errorlog.outbound_trigger
1428: (
1429: trigger_id, transaction_type, transaction_subtype,
1430: p_party_id, p_party_site_id, p_party_type,
1431: document_id, ecx_utils.i_ret_code, ecx_utils.i_errbuf

Line 1439: ecx_errorlog.outbound_trigger

1435: wf_core.token('ECX_TRANSACTION_TYPE', transaction_type);
1436: wf_core.token('ECX_TRANSACTION_SUBTYPE', transaction_subtype);
1437: wf_core.raise('ECX_TRANSACTION_NOT_DEFINED');
1438: when ecx_document.ecx_no_delivery_required then
1439: ecx_errorlog.outbound_trigger
1440: (
1441: trigger_id, transaction_type, transaction_subtype,
1442: p_party_id, p_party_site_id, p_party_type,
1443: document_id, ecx_utils.i_ret_code, ecx_utils.i_errbuf

Line 1461: ecx_errorlog.outbound_trigger

1457: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
1458: wf_core.raise('ECX_PROGRAM_EXIT');
1459: END IF;
1460: when ecx_document.ecx_no_party_setup then
1461: ecx_errorlog.outbound_trigger
1462: (
1463: trigger_id, transaction_type, transaction_subtype,
1464: p_party_id, p_party_site_id, p_party_type,
1465: document_id, ecx_utils.i_ret_code, ecx_utils.i_errbuf

Line 1475: ecx_errorlog.outbound_trigger

1471: wf_core.token('ECX_TRANSACTION_TYPE', transaction_type);
1472: wf_core.token('ECX_TRANSACTION_SUBTYPE', transaction_subtype);
1473: wf_core.raise('ECX_NO_PARTY_SETUP');
1474: when ecx_document.ecx_delivery_setup_error then
1475: ecx_errorlog.outbound_trigger
1476: (
1477: trigger_id, transaction_type, transaction_subtype,
1478: p_party_id, p_party_site_id, p_party_type,
1479: document_id, ecx_utils.i_ret_code, ecx_utils.i_errbuf

Line 1489: ecx_errorlog.outbound_trigger

1485: wf_core.token('ECX_TRANSACTION_TYPE', transaction_type);
1486: wf_core.token('ECX_TRANSACTION_SUBTYPE', transaction_subtype);
1487: wf_core.raise('ECX_DELIVERY_SETUP_ERROR');
1488: when ecx_utils.program_exit then
1489: ecx_errorlog.outbound_trigger
1490: (
1491: trigger_id, transaction_type, transaction_subtype,
1492: p_party_id, p_party_site_id, p_party_type,
1493: document_id, ecx_utils.i_ret_code, ecx_utils.i_errbuf

Line 1511: ecx_errorlog.outbound_trigger

1507: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
1508: wf_core.raise('ECX_PROGRAM_EXIT');
1509: END IF;
1510: when others then
1511: ecx_errorlog.outbound_trigger
1512: (
1513: trigger_id, transaction_type, transaction_subtype,
1514: p_party_id, p_party_site_id, p_party_type,
1515: document_id, ecx_utils.i_ret_code, ecx_utils.i_errbuf