DBA Data[Home] [Help]

PACKAGE: APPS.ADI_KIOSK_GLOBAL

Source


1 PACKAGE ADI_Kiosk_Global AUTHID CURRENT_USER AS
2 /* $Header: frmglobs.pls 120.0 2006/12/14 02:04:30 dvayro noship $ */
3 ----------------------------------------------------------------------------------------
4 --  PROCEDURE:    ADI_Kiosk_Global                                                    --
5 --                                                                                    --
6 --  DESCRIPTION:  Contains a selection of global procedures which are required by     --
7 --                multiple packages.                                                  --
8 --                                                                                    --
9 --  PARAMETERS:   None                                                                --
10 --                                                                                    --
11 --  Modifications                                                                     --
12 --  Date       Username   Description                                                 --
13 --             cclyde     Initial creation                                            --
14 --  24-NOV-99  cclyde     Added function SetOwnershipPrivilege.  This checks to see   --
15 --                        if the current user has System Administration responsibility--
16 --                        assigned to them.  Anyone with Sys Admin responsibility     --
17 --                        is allowed to grant ownership.                              --
18 --  16-FEB-00  cclyde     Added Package_Revision procedure to see if we can capture   --
19 --                        the revision number of the package during runtime.          --
20 --                              (Task:  3858)                                         --
21 --  16-MAY-00  GSANAP     Moved the $Header comment from the top and replaced   --
22 --                        CREATE OR REPLACE PACKAGE IS TO AS                    --
23 --  14-NOV-02  GHOOKER    Stub out procedures not used by RM8                         --
24 ----------------------------------------------------------------------------------------
25 END ADI_Kiosk_Global;