DBA Data[Home] [Help]

PACKAGE: APPS.ADI_SECURED_VALUES_ACCESS

Source


1 PACKAGE ADI_Secured_Values_Access AUTHID CURRENT_USER AS
2 /* $Header: frmsevas.pls 120.0 2006/12/14 02:07:47 dvayro noship $ */
3 ----------------------------------------------------------------------------------------
4 --  PROCEDURE:    ADI_Secured_Values_Access                                           --
5 --                                                                                    --
6 --  Description:  Content security needs to be accessed in one of two ways:           --
7 --                  1.  Which expansions values does this user have access to?        --
8 --                  2.  Does this user have access to this expansion value?           --
9 --                                                                                    --
10 --                This package allows a call to be made to either of the procs        --
11 --                and returns either a list of accessible expansion values, or        --
12 --                a TRUE or FALSE flag, indicating access.                            --
13 --                                                                                    --
14 --  Modifications                                                                     --
15 --  Date       Username   Description                                                 --
16 --  16-FEB-00  cclyde     Added Package_Revision procedure to see if we can capture   --
17 --                        the revision number of the package during runtime.          --
18 --                              (Task:  3858)                                         --
19 --  16-MAY-00  GSANAP     Moved the $Header comment from the top to under             --
20 --                        the CREATE OR REPLACE PACKAGE stmt.                         --
21 --   15-NOV-02  GHOOKER    Stub out procedures not used by RM8                        --
22 ----------------------------------------------------------------------------------------
23 END ADI_Secured_Values_Access;