DBA Data[Home] [Help]

APPS.APP_SECURITY_CONTEXT dependencies on APP_SECURITY_CONTEXT

Line 1: PACKAGE BODY App_security_context AS

1: PACKAGE BODY App_security_context AS
2: /* $Header: ahmpascb.pls 115.1 2001/09/18 13:08:28 pkm ship $ */
3: -- DESCRIPTION: Creates the app_security_context package body
4:
5: PROCEDURE Set_empno(sec_group_id NUMBER) IS

Line 3: -- DESCRIPTION: Creates the app_security_context package body

1: PACKAGE BODY App_security_context AS
2: /* $Header: ahmpascb.pls 115.1 2001/09/18 13:08:28 pkm ship $ */
3: -- DESCRIPTION: Creates the app_security_context package body
4:
5: PROCEDURE Set_empno(sec_group_id NUMBER) IS
6: BEGIN
7: DBMS_SESSION.SET_CONTEXT('app_context', 'sec_id', TO_CHAR(sec_group_id));

Line 9: END app_security_context;

5: PROCEDURE Set_empno(sec_group_id NUMBER) IS
6: BEGIN
7: DBMS_SESSION.SET_CONTEXT('app_context', 'sec_id', TO_CHAR(sec_group_id));
8: END;
9: END app_security_context;