DBA Data[Home] [Help]

APPS.JG_CONTEXT dependencies on JG_CONTEXT

Line 1: PACKAGE BODY jg_context AS

1: PACKAGE BODY jg_context AS
2: /* $Header: jgzzscxb.pls 120.4 2005/07/29 23:06:09 appradha ship $ */
3: PROCEDURE initialize IS
4:
5: BEGIN

Line 30: end jg_context;

26: -- If you try to execute DBMS_SESSION.SET_CONTEXT you'll get an error, as shown here:
27: -- ORA-01031: insufficient privileges
28: dbms_session.set_context('JG',name,value);
29: end;
30: end jg_context;