DBA Data[Home] [Help]

APPS.WF_BES_CLEANUP dependencies on WF_BES_CLEANUP

Line 1: package body wf_bes_cleanup as

1: package body wf_bes_cleanup as
2: /* $Header: WFBESCUB.pls 120.4 2005/11/07 06:33:28 nravindr noship $ */
3:
4: -- the maximum amount of time pings will be retained (days)
5:

Line 277: 'wf.plsql.wf_bes_cleanup.remove_subscriber.done',

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);
280: end if;
281: commit;

Line 296: 'wf.plsql.wf_bes_cleanup.remove_subscriber.error',

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);
299: end if;
300: commit;

Line 512: end wf_bes_cleanup;

508: retcode := RETURN_SUCCESS;
509: end if;
510: end cleanup_subscribers;
511:
512: end wf_bes_cleanup;