DBA Data[Home] [Help]

APPS.XLA_SECURITY_POLICY_PKG dependencies on STANDARD

Line 15: | Security policy package that contains standard XLA security policy |

11: | PACKAGE NAME |
12: | xla_security_policy_pkg |
13: | |
14: | DESCRIPTION |
15: | Security policy package that contains standard XLA security policy |
16: | attatched to the events |
17: | |
18: | HISTORY |
19: | 11-Feb-02 S. Singhania Created from the package XLA_SECURITY_PKG |

Line 35: -- 1. xla_standard_policy

31: --
32: --
33: -- Following are the public routines.
34: --
35: -- 1. xla_standard_policy
36: --
37: --
38: --
39: --

Line 99: FUNCTION xla_standard_policy

95: (p_location => 'xla_security_policy_pkg.trace');
96: END trace;
97:
98:
99: FUNCTION xla_standard_policy
100: (p_obj_schema IN VARCHAR2
101: ,p_obj_name IN VARCHAR2)
102: RETURN VARCHAR2 IS
103: BEGIN

Line 105: END xla_standard_policy;

101: ,p_obj_name IN VARCHAR2)
102: RETURN VARCHAR2 IS
103: BEGIN
104: RETURN '1 = 1';
105: END xla_standard_policy;
106:
107:
108: /*===================================================================
109: