DBA Data[Home] [Help]

PACKAGE: APPS.ADI_SECURITY_NOMINATE

Source


1 PACKAGE ADI_Security_Nominate AUTHID CURRENT_USER AS
2 /* $Header: frmsnoms.pls 120.0 2006/12/14 02:08:14 dvayro noship $ */
3 --------------------------------------------------------------------------------
4 --  PACKAGE:      ADI_Security_Nominate                                       --
5 --                                                                            --
6 --  DESCRIPTION:  Allows the user to select any number of flex values sets to --
7 --                participate within the User To Value Security model.        --
8 --                                                                            --
9 --  Modification History                                                      --
10 --  Date       Username    Description                                        --
11 --  18-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.     (Task: 3858)                          --
15 --  16-MAY-00 GSANAP       Moved the $Header comment from the top and replced --
16 --                         CREATE OR REPLACE PACKAGE IS TO AS                 --
17 --  02-JUN-00 GSANAP       Renamed AddValue to ValueSetDisplayFrame and       --
18 --                         added a parameter p_ValueSetSearch. Created new    --
19 --                         AddValue and ValueSetSearchFrame procedures.       --
20 --                         (Task : 4363)                                      --
21 --  15-NOV-02  GHOOKER    Stub out procedures not used by RM8                 --
22 --------------------------------------------------------------------------------
23 END ADI_Security_Nominate;