DBA Data[Home] [Help]

APPS.WF_QUEUE dependencies on FND_LOG

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

1428: commit;
1429:
1430: exception
1431: when no_messages then
1432: if (wf_log_pkg.level_event >= fnd_log.g_current_runtime_level) then
1433: wf_log_pkg.string(wf_log_pkg.level_event,
1434: 'wf.plsql.WF_QUEUE.DequeueException.queue_empty',
1435: 'No more messages in ExceptionDequeue.');
1436: end if;