DBA Data[Home] [Help]

PACKAGE: APPS.GL_BIS_SECURITY_PKG

Source


1 PACKAGE gl_bis_security_pkg AS
2 /* $Header: gluoascs.pls 120.1 2002/04/10 20:07:39 djogg ship $ */
3 --
4 -- Package
5 --   gl_bis_security_pkg
6 -- Purpose
7 --   To provide security accessing data in the GL BIS Business Views
8 -- History
9 --   26-MAR-99  	E.Weinstein	Created
10 
11   --
12   -- Procedure
13   --   login_sob_id
14   -- Purpose
15   --    Returns the set of books id a user signed on with.
16   --
17   FUNCTION login_sob_id RETURN NUMBER;
18 
19   PRAGMA RESTRICT_REFERENCES ( login_sob_id, WNDS, WNPS) ;
20 
21 END gl_bis_security_pkg;