DBA Data[Home] [Help]

PACKAGE: APPS.XLA_SECURITY_PKG

Source


1 PACKAGE xla_security_pkg AS
2 -- $Header: xlacmsec.pkh 120.7 2006/08/11 17:53:18 wychan ship $
3 /*===========================================================================+
4 |             Copyright (c) 2001-2002 Oracle Corporation                     |
5 |                       Redwood Shores, CA, USA                              |
6 |                         All rights reserved.                               |
7 +============================================================================+
8 | FILENAME                                                                   |
9 |    xlacmsec.pkh                                                            |
10 |                                                                            |
11 | PACKAGE NAME                                                               |
12 |    xla_security_pkg                                                        |
13 |                                                                            |
14 | DESCRIPTION                                                                |
15 |    XLA security package that contains code related to implementation of    |
16 |    'Transaction Security' on accounting events.                            |
17 |                                                                            |
18 | HISTORY                                                                    |
19 |    08-Feb-01  G. Gu           Created                                      |
20 |    10-Mar-01  P. Labrevois    Reviewed                                     |
21 |    15-Nov-02  S. Singhania    Reworked on the package to make it a working |
22 |                               package.                                     |
23 |    27-Nov-02  S. Singhania    Added 'install_security' procedure           |
24 |    11-Feb-03  S. Singhania    Removed 'install_security' and               |
25 |                                'xla_security_policy' from this package.    |
26 |                                                                            |
27 +===========================================================================*/
28 
29 PROCEDURE set_security_context
30        (p_application_id             IN  NUMBER);
31 
32 PROCEDURE set_security_context
33        (p_application_id             IN  NUMBER
34        ,p_always_do_mo_init_flag     IN  VARCHAR2);
35 
36 PROCEDURE set_subledger_security
37        (p_application_id             IN NUMBER
38        ,p_security_function_name     IN VARCHAR2);
39 
40 END xla_security_pkg;