DBA Data[Home] [Help]

PACKAGE: APPS.AMS_OP_UTILITY_PVT

Source


1 PACKAGE AMS_OP_UTILITY_PVT as
2 /* $Header: amsoputs.pls 120.0 2005/05/31 14:37:29 appldev noship $ */
3 
4 ------------------------------------------------------------------------------
5 -- HISTORY
6 --   05/08/2001    rmajumda    Created
7 --
8 ------------------------------------------------------------------------------
9 
10 
11 ---------------------------------------------------------------------
12 -- FUNCTION
13 --   get_root_section_level
14 --
15 -- PURPOSE
16 --   Returns the level number of the root section with respect to
17 --   the master mini site. The root section is derived from the
18 --   given mini site.
19 --
20 -- NOTES
21 --    1. It will return the level_number of the root section
22 --    2. It will return 0 if no data found
23 ---------------------------------------------------------------------
24 FUNCTION get_root_section_level(
25    p_mini_site_id     IN      Number
26 )
27 RETURN Number;
28 
29 END AMS_OP_UTILITY_PVT;