DBA Data[Home] [Help]

PACKAGE: APPS.GMO_SETUP_GRP

Source


1 PACKAGE GMO_SETUP_GRP AS
2 /* $Header: GMOGSTPS.pls 120.1 2005/08/05 04:08 rahugupt noship $ */
3 
4 --This function would check if GMO is enabled or not.
5 
6 -- Start of comments
7 -- API name             : is_gmo_enabled
8 -- Type                 : Group Utility.
9 -- Function             : checks if gmo is enabled
10 -- Pre-reqs             : None.
11 -- Parameters           :
12 -- IN                   :
13 -- OUT                  :
14 -- End of comments
15 
16 FUNCTION IS_GMO_ENABLED RETURN VARCHAR2;
17 
18 --This function would check if GMO is enabled or not.
19 
20 -- Start of comments
21 -- API name             : is_device_func_enabled
22 -- Type                 : Group Utility.
23 -- Function             : checks if gmo device functionality is enabled
24 -- Pre-reqs             : None.
25 -- Parameters           :
26 -- IN                   :
27 -- OUT                  :
28 -- End of comments
29 
30 FUNCTION IS_DEVICE_FUNC_ENABLED RETURN VARCHAR2;
31 
32 END GMO_SETUP_GRP;