DBA Data[Home] [Help]

PACKAGE: APPS.ADI_SECURITY_USER

Source


1 PACKAGE ADI_Security_User AUTHID CURRENT_USER AS
2 /* $Header: frmsusrs.pls 120.0 2006/03/19 14:03:46 dvayro noship $ */
3 ----------------------------------------------------------------------------------------
4 --  PACKAGE:      ADI_Security_User_To_Value                                          --
5 --                                                                                    --
6 --  DESCRIPTION:  Select a value set and multiple flex values in order to             --
7 --                grant and revoke access privileges between flex values and          --
8 --                users.                                                              --
9 --                                                                                    --
10 --  Modification History                                                              --
11 --  Date       Username    Description                                                --
12 --  14-JUL-99  CCLYDE      Initial creation                                           --
13 --  16-FEB-00  cclyde      Added Package_Revision procedure to see if we can capture  --
14 --                         the revision number of the package during runtime.         --
15 --                              (Task:  3858)                                         --
16 --  16-MAY-00  GSANAP      Moved the $Header comment from the top to                  --
17 --                         under the CREATE OR REPLACE PACKAGE stmt.                  --
18 --  15-NOV-02  GHOOKER    Stub out procedures not used by RM8                         --
19 ----------------------------------------------------------------------------------------
20 END ADI_Security_User;