DBA Data[Home] [Help]

APPS.ECX_STANDARD dependencies on ECX_ERRORLOG

Line 1315: ecx_errorlog.outbound_engine (trigger_id,

1311: p_map_code, p_queue_name, p_tp_header_id
1312: );
1313: -- do outbound logging
1314: ecx_debug.setErrorInfo(10,10, 'ECX_PROCESSING_MESSAGE');
1315: ecx_errorlog.outbound_engine (trigger_id,
1316: ecx_utils.i_ret_code,
1317: ecx_utils.i_errbuf,
1318: null,null,p_party_type
1319: );

Line 1381: ecx_errorlog.outbound_engine (trigger_id,

1377: i_xmldoc => ecx_utils.g_event.event_data,
1378: i_message_type => p_message_type);
1379:
1380: ecx_debug.setErrorInfo(0,10,'ECX_MESSAGE_CREATED');
1381: ecx_errorlog.outbound_engine (trigger_id,
1382: ecx_utils.i_ret_code,
1383: ecx_utils.i_errbuf,
1384: null,null,p_party_type
1385: );

Line 1433: ecx_errorlog.outbound_trigger

1429: resultout := 'COMPLETE:';
1430:
1431: exception
1432: when ecx_document.ecx_transaction_not_defined then
1433: ecx_errorlog.outbound_trigger
1434: (
1435: trigger_id, transaction_type, transaction_subtype,
1436: p_party_id, p_party_site_id, p_party_type,
1437: document_id, ecx_utils.i_ret_code, ecx_utils.i_errbuf

Line 1445: ecx_errorlog.outbound_trigger

1441: wf_core.token('ECX_TRANSACTION_TYPE', transaction_type);
1442: wf_core.token('ECX_TRANSACTION_SUBTYPE', transaction_subtype);
1443: wf_core.raise('ECX_TRANSACTION_NOT_DEFINED');
1444: when ecx_document.ecx_no_delivery_required then
1445: ecx_errorlog.outbound_trigger
1446: (
1447: trigger_id, transaction_type, transaction_subtype,
1448: p_party_id, p_party_site_id, p_party_type,
1449: document_id, ecx_utils.i_ret_code, ecx_utils.i_errbuf

Line 1467: ecx_errorlog.outbound_trigger

1463: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
1464: wf_core.raise('ECX_PROGRAM_EXIT');
1465: END IF;
1466: when ecx_document.ecx_no_party_setup then
1467: ecx_errorlog.outbound_trigger
1468: (
1469: trigger_id, transaction_type, transaction_subtype,
1470: p_party_id, p_party_site_id, p_party_type,
1471: document_id, ecx_utils.i_ret_code, ecx_utils.i_errbuf

Line 1481: ecx_errorlog.outbound_trigger

1477: wf_core.token('ECX_TRANSACTION_TYPE', transaction_type);
1478: wf_core.token('ECX_TRANSACTION_SUBTYPE', transaction_subtype);
1479: wf_core.raise('ECX_NO_PARTY_SETUP');
1480: when ecx_document.ecx_delivery_setup_error then
1481: ecx_errorlog.outbound_trigger
1482: (
1483: trigger_id, transaction_type, transaction_subtype,
1484: p_party_id, p_party_site_id, p_party_type,
1485: document_id, ecx_utils.i_ret_code, ecx_utils.i_errbuf

Line 1495: ecx_errorlog.outbound_trigger

1491: wf_core.token('ECX_TRANSACTION_TYPE', transaction_type);
1492: wf_core.token('ECX_TRANSACTION_SUBTYPE', transaction_subtype);
1493: wf_core.raise('ECX_DELIVERY_SETUP_ERROR');
1494: when ecx_utils.program_exit then
1495: ecx_errorlog.outbound_trigger
1496: (
1497: trigger_id, transaction_type, transaction_subtype,
1498: p_party_id, p_party_site_id, p_party_type,
1499: document_id, ecx_utils.i_ret_code, ecx_utils.i_errbuf

Line 1517: ecx_errorlog.outbound_trigger

1513: wf_core.token('ECX_LOGFILE',ecx_utils.g_logfile);
1514: wf_core.raise('ECX_PROGRAM_EXIT');
1515: END IF;
1516: when others then
1517: ecx_errorlog.outbound_trigger
1518: (
1519: trigger_id, transaction_type, transaction_subtype,
1520: p_party_id, p_party_site_id, p_party_type,
1521: document_id, ecx_utils.i_ret_code, ecx_utils.i_errbuf