DBA Data[Home] [Help]

APPS.WF_QUEUE dependencies on FND_LOG

Line 1412: if (wf_log_pkg.level_event >= fnd_log.g_current_runtime_level) then

1408: commit;
1409:
1410: exception
1411: when no_messages then
1412: if (wf_log_pkg.level_event >= fnd_log.g_current_runtime_level) then
1413: wf_log_pkg.string(wf_log_pkg.level_event,
1414: 'wf.plsql.WF_QUEUE.DequeueException.queue_empty',
1415: 'No more messages in ExceptionDequeue.');
1416: end if;