DBA Data[Home] [Help]

PACKAGE: APPS.ADI_WEB_REPORTS

Source


1 PACKAGE ADI_Web_Reports AUTHID CURRENT_USER AS
2 /* $Header: frmkosks.pls 120.0 2006/12/14 02:05:13 dvayro noship $ */
3 ----------------------------------------------------------------------------------------
4 --  PACKAGE:      ADI_Web_Reports                                                     --
5 --                                                                                    --
6 --  DESCRIPTION:  Creates the menu structure for the Web Reporting Kiosk.             --
7 --                                                                                    --
8 --  Modifications                                                                     --
9 --  Date       Username   Description                                                 --
10 --  26-JUN-99  cclyde     Initial creation                                            --
11 --  16-FEB-00  cclyde     Added Package_Revision procedure to see if we can capture   --
12 --                        the revision number of the package during runtime.          --
13 --                              (Task:  3858)                                         --
14 --  16-MAY-00  GSANAP     Moved the $Header comment from the top to under             --
15 --                        the CREATE OR REPLACE PACKAGE stmt.                         --
16 --  14-NOV-02  GHOOKER    Stub out procedures not used by RM8                         --
17 ----------------------------------------------------------------------------------------
18 END ADI_Web_Reports;