DBA Data[Home] [Help]

PACKAGE: APPS.ADI_HEADER_FOOTER

Source


1 PACKAGE ADI_Header_Footer AUTHID CURRENT_USER AS
2 /* $Header: frmkhdrs.pls 120.0 2006/12/14 02:04:51 dvayro noship $ */
3 --------------------------------------------------------------------------------
4 --  PACKAGE:      ADI_Header_Footer                                           --
5 --                                                                            --
6 --  DESCRIPTION:  Creates a header and a footer which may be attached to any  --
7 --                web page.                                                   --
8 --                                                                            --
9 --  Modification History                                                      --
10 --  Date        Username   Description                                        --
11 --  22-JUN-99   CCLYDE     Initial Creation                                   --
12 --  16-FEB-00   CCLYDE     Added Package_Revision procedure to see if we can  --
13 --                         capture the revision number of the package during  --
14 --                         runtime.                                           --
15 --  16-MAY-00   GSANAP     Moved the $Header comment from the top and replaced--
16 --                         CREATE OR REPLACE PACKAGE IS TO AS                 --
17 --  14-NOV-02  GHOOKER    Stub out procedures not used by RM8                 --
18 --------------------------------------------------------------------------------
19 END ADI_Header_Footer;