DBA Data[Home] [Help]

PACKAGE BODY: APPS.ADI_NAVIGATION_TREE

Source


1 PACKAGE BODY ADI_Navigation_Tree as
2 /* $Header: frmnavgb.pls 120.0 2006/12/14 02:06:09 dvayro noship $ */
3 -----------------------------------------------------------------------------
4 --   PROCEDURE     ADI_Navigation_Tree                                     --
5 --                                                                         --
6 --   DESCRIPTION:  Displays/creates the navigation structure for the kiosk --
7 --                 portal.                                                 --
8 --                                                                         --
9 --   PARAMETERS:   None                                                    --
10 --                                                                         --
11 --   Modifications                                                         --
12 --   Date       Username   Description                                     --
13 --   05 AUG 99  CCLYDE     Changed the size of icons to display full sizes.--
14 --   07 AUG 99  CCLYDE     Change No Default frame to use the same shade   --
15 --                         of yellow used by the icon frame.               --
16 --   08 AUG 99  CCLYDE     Changed the background colour of the Icon frame --
17 --                         and add ALT labels to the icons.  Removed the   --
18 --                         text labels.                                    --
19 --   08 AUG 99  CCLYDE     Changed the height of the icon frame to 50 pixs --
20 --   09 AUG 99  CCLYDE     Changed the icon names.                         --
21 --   09 AUG 99  CCLYDE     Changed the default home page to display the    --
22 --                         large Apps icon.                                --
23 --   09 AUG 99  CCLYDE     Modified GetCompanyLogo - no longer a function  --
24 --                         and returns two values: document id, filename.  --
25 --   09 AUG 99  CCLYDE     Changed the order of the icons: Login/Logout,   --
26 --                         Language, Home and Help.  (Icon Frame).         --
27 --   09-AUG-99  CCLYDE     Background colour only the size of the company  --
28 --                         logo.   (Show_Tree_Page_Top)                    --
29 --   09-AUG-99  CCLYDE     Changed .jpg file to a .gif file - Splash Image --
30 --   23-AUG-99  cclyde     Added the banner to the top of the default 'no  --
31 --                         default page found' page.  (Task: 3283)         --
32 --                         (Show_Default_Page)                             --
33 --   09-SEP-99  cclyde     Commented out the Language icon.  Will fix this --
34 --                         issue in the next release.  (Show_Icon_Frame)   --
35 --   17-NOV-99  cclyde     Added a 'LOWER' function around the retrieved   --
36 --                         Company logo.  This enables us to match the     --
37 --                         current company logo with the original Apps logo--
38 --                         provided with the Report Manager product.       --
39 --                           (Task: 3754)  (Show_Tree_Page_Top)            --
40 --   17-NOV-99  cclyde     Modified the definition of g_companyLogo to     --
41 --                         lowercase text only.  (Task: 3754)              --
42 --   16-FEB-00  cclyde     Added Package_Revision procedure to see if we   --
43 --                         can capture the revision number of the package  --
44 --                         during runtime.     (Task: 3858)                --
45 --   16-MAY-00  GSANAP     Moved the $Header comment from the top to       --
46 --                         under the CREATE OR REPLACE PACKAGE stmt.       --
47 --   07-DEC-00  CCLYDE     New Help Tag:  rptmgr1004669                    --
48 --                              Show_Default_Page                          --
49 --                              Show_Icon_Frame                            --
50 --                              PackageRevision                            --
51 --   15-NOV-02  GHOOKER    Stub out procedures not used by RM8             --
52 -----------------------------------------------------------------------------
53 END ADI_Navigation_Tree;