DBA Data[Home] [Help]

PACKAGE: APPS.ADI_UI_JSTREE

Source


1 PACKAGE ADI_ui_jstree AUTHID CURRENT_USER AS
2 /* $Header: frmtrees.pls 120.1 2006/12/14 02:28:52 dvayro noship $ */
3 -------------------------------------------------------------------------------
4 --  PROCEDURE:    ADI_UI_JSTREE                                              --
5 --                                                                           --
6 --  Description:  Creates the javascript used to build the navigation tree.  --
7 --                                                                           --
8 --  Modification History:                                                    --
9 --  Developer  Date       Description                                        --
10 --                                                                           --
11 --  GSANAP     16-MAY-00  Moved the $Header comment from the top to under    --
12 --                        the CREATE OR REPLACE stmt.                        --
13 --
14 --  DVAYRO  8-Jul-2002  Stub for delete
15 -------------------------------------------------------------------------------
16 END ADI_ui_jstree;