DBA Data[Home] [Help]

PACKAGE: APPS.ADI_NAVIGATION_TREE

Source


1 PACKAGE ADI_Navigation_Tree AUTHID CURRENT_USER as
2 /* $Header: frmnavgs.pls 120.0 2006/12/14 02:06:19 dvayro noship $ */
3 -----------------------------------------------------------------------------------------
4 --   PROCEDURE     ADI_Navigation_Tree                                                 --
5 --                                                                                     --
6 --   DESCRIPTION:  Displays/creates the navigation structure for the kiosk portal.     --
7 --                                                                                     --
8 --   PARAMETERS:   None                                                                --
9 --                                                                                     --
10 --   Modifications                                                                     --
11 --   Date       Username   Description                                                 --
12 --   16-FEB-00  cclyde     Added Package_Revision procedure to see if we can capture   --
13 --                         the revision number of the package during runtime.          --
14 --                               (Task:  3858)                                         --
15 --   16-MAY-00  GSANAP     Moved the $Header comment from the top to under             --
16 --                         the CREATE OR REPLACE PACKAGE stmt.                         --
17 --   15-NOV-02  GHOOKER    Stub out procedures not used by RM8                         --
18 -----------------------------------------------------------------------------------------
19 END ADI_Navigation_Tree;