DBA Data[Home] [Help]

APPS.WF_BES_CLEANUP dependencies on FND_LOG

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

271: where queue_name = p_queue_name
272: and subscriber_name = p_subscriber_name
273: and status = STATUS_PINGED;
274:
275: if (wf_log_pkg.level_procedure >= fnd_log.g_current_runtime_level) then
276: wf_log_pkg.string(wf_log_pkg.LEVEL_PROCEDURE,
277: 'wf.plsql.wf_bes_cleanup.remove_subscriber.done',
278: 'Removed subscriber '||p_owner ||'.'||p_queue_name||'.'||
279: p_subscriber_name);

Line 294: if (wf_log_pkg.level_unexpected >= fnd_log.g_current_runtime_level) then

290: where queue_name = p_queue_name
291: and subscriber_name = p_subscriber_name
292: and status = STATUS_PINGED;
293:
294: if (wf_log_pkg.level_unexpected >= fnd_log.g_current_runtime_level) then
295: wf_log_pkg.string(wf_log_pkg.LEVEL_UNEXPECTED,
296: 'wf.plsql.wf_bes_cleanup.remove_subscriber.error',
297: 'Failed to remove subscriber ' || p_owner || '.' || p_queue_name || '.' ||
298: p_subscriber_name);