DBA Data[Home] [Help]

PACKAGE: APPS.ADI_SECURITY_VALUE

Source


1 PACKAGE ADI_Security_Value AUTHID CURRENT_USER AS
2 /* $Header: frmsvals.pls 120.0 2006/03/19 14:06:05 dvayro noship $ */
3 --------------------------------------------------------------------------------
4 --  PACKAGE:      ADI_Security_Value_To_User                                  --
5 --                                                                            --
6 --  DESCRIPTION:  Select a user and a selection of value sets in order to     --
7 --                grant and revoke access privileges between user and flex    --
8 --                values.                                                     --
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  --
14 --                         capture the revision number of the package during  --
15 --                         runtime.     (Task: 3858)                          --
16 --  16-MAY-00  GSANAP      Moved the $Header comment from the top to under    --
17 --                         the CREATE OR REPLACE PACKAGE stmt.                --
18 --  15-NOV-02  GHOOKER    Stub out procedures not used by RM8                 --
19 --------------------------------------------------------------------------------
20 END ADI_Security_Value;