DBA Data[Home] [Help]

PACKAGE: APPS.OTA_OM_DEBUG

Source


1 Package OTA_OM_DEBUG AUTHID CURRENT_USER as
2 /* $Header: ottomdbg.pkh 120.0 2005/05/29 07:45:40 appldev noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |--------------------------< <reset_debug_level> >------------------------|
6 -- ----------------------------------------------------------------------------
7 -- {Start Of Comments}
8 --
9 -- Description:
10 --
11 --
12 -- Prerequisites:
13 --
14 --
15 -- In Parameters:
16 --   Name                           Reqd Type     Description
17 --
18 -- Out Parameters:
19 --   Name                       Reqd Type     	Description
20 -- Post Success:
21 --
22 --
23 --   Name                           Type     Description
24 --
25 -- Post Failure:
26 --
27 --
28 -- Access Status:
29 --   Public.
30 --
31 -- {End Of Comments}
32 --
33 ----------------------------------------------------------------------------
34 PROCEDURE RESET_DEBUG_LEVEL;
35 
36 
37 -- ----------------------------------------------------------------------------
38 -- |--------------------------< <set_debug_level> >------------------------|
39 -- ----------------------------------------------------------------------------
40 -- {Start Of Comments}
41 --
42 -- Description:
43 --
44 --
45 -- Prerequisites:
46 --
47 --
48 -- In Parameters:
49 --   Name                       Reqd Type     	Description
50 --   p_debug_level					Debug Level
51 --
52 -- Out Parameters:
53 --   Name                       Reqd Type     	Description
54 --
55 -- Post Success:
56 --
57 --
58 --   Name                           Type     Description
59 --
60 -- Post Failure:
61 --
62 --
63 -- Access Status:
64 --   Public.
65 --
66 -- {End Of Comments}
67 --
68 ----------------------------------------------------------------------------
69 PROCEDURE SET_DEBUG_LEVEL (p_debug_level IN NUMBER);
70 
71 
72 END ota_om_debug;