DBA Data[Home] [Help]

APPS.ECX_ERRORLOG dependencies on FND_LOG

Line 1478: if (wf_log_pkg.level_statement >= fnd_log.g_current_runtime_level) then

1474: -- loop through the parameter list and get all the info for logging
1475: l_param_list := p_event.getParameterList();
1476: l_module := 'ecx.plsql.ecx_errorlog.get_event_params';
1477: if (l_param_list is null) then
1478: if (wf_log_pkg.level_statement >= fnd_log.g_current_runtime_level) then
1479: wf_log_pkg.string(wf_log_pkg.level_statement, l_module,
1480: 'event object parameter list in empty');
1481: end if;
1482: return;

Line 1497: if (wf_log_pkg.level_statement >= fnd_log.g_current_runtime_level) then

1493: for i in l_param_list.first..l_param_list.last loop
1494: l_param_name := l_param_list(i).GetName;
1495: l_param_value := l_param_list(i).GetValue;
1496:
1497: if (wf_log_pkg.level_statement >= fnd_log.g_current_runtime_level) then
1498: wf_log_pkg.string(wf_log_pkg.level_statement, l_module,
1499: l_param_name || ': ' || l_param_value);
1500: end if;
1501:

Line 1662: if (wf_log_pkg.level_procedure >= fnd_log.g_current_runtime_level) then

1658: l_out_msgid := wf_event.g_msgid;
1659: end if;
1660:
1661: l_module := 'ecx.plsql.ecx_errorlog.outbound_log';
1662: if (wf_log_pkg.level_procedure >= fnd_log.g_current_runtime_level) then
1663: wf_log_pkg.string(wf_log_pkg.level_procedure, l_module ||'.begin',
1664: 'outbound_log');
1665: end if;
1666:

Line 1703: if (wf_log_pkg.level_statement >= fnd_log.g_current_runtime_level) then

1699: );
1700:
1701: -- logging resend and doesn't need to log to ecx_doclogs and outbound_logs
1702: if l_resend then
1703: if (wf_log_pkg.level_statement >= fnd_log.g_current_runtime_level) then
1704: wf_log_pkg.string(wf_log_pkg.level_statement, l_module,
1705: 'Logged resend for outbound.');
1706: end if;
1707: ecx_errorlog.log_resend (

Line 1757: if (wf_log_pkg.level_statement >= fnd_log.g_current_runtime_level) then

1753: i_status => '0',
1754: i_errmsg => 'ECX_PASSTHRU_OUTBOUND'
1755: );
1756:
1757: if (wf_log_pkg.level_statement >= fnd_log.g_current_runtime_level) then
1758: wf_log_pkg.string(wf_log_pkg.level_statement, l_module,
1759: 'Logged passthrough on outbound.');
1760: end if;
1761: