DBA Data[Home] [Help]

PACKAGE: APPS.WF_BES_CLEANUP_INIT

Source


1 package wf_bes_cleanup_init AUTHID CURRENT_USER as
2 /* $Header: WFBESCUIS.pls 120.1 2005/07/02 04:26:20 appldev ship $ */
3 
4 --------------------------------------------------------------------------------
5 -- Initializes the apps context to SYSADMIN.
6 --------------------------------------------------------------------------------
7 procedure apps_initialize;
8 
9 --------------------------------------------------------------------------------
10 -- Starts the control queue subscriber cleanup process.
11 --------------------------------------------------------------------------------
12 procedure start_cleanup_process;
13 
14 end wf_bes_cleanup_init;