DBA Data[Home] [Help]

APPS.XLA_EVENTS_PKG dependencies on XLA_SECURITY_PKG

Line 171: | XLA_SECURITY_PKG.SET_SECURITY_CONTEXT to |

167: | 30- Aug-05 W. Shen when no entity exists, event_exists will |
168: | return false instead of raising exception |
169: | bug 4529563 |
170: | 30-Aug-05 S. Singhania Bug 4519181: Added call to |
171: | XLA_SECURITY_PKG.SET_SECURITY_CONTEXT to |
172: | each public API. |
173: +===========================================================================*/
174:
175: --=============================================================================

Line 636: xla_security_pkg.set_security_context(p_event_source_info.application_id);

632: ----------------------------------------------------------------------------
633: -- Following sets the Security Context for the execution. This enables the
634: -- event API to respect the transaction security.
635: ----------------------------------------------------------------------------
636: xla_security_pkg.set_security_context(p_event_source_info.application_id);
637:
638: ----------------------------------------------------------------------------
639: -- check to see the API is not called for manual events
640: ----------------------------------------------------------------------------

Line 965: xla_security_pkg.set_security_context(p_event_source_info.application_id);

961: ----------------------------------------------------------------------------
962: -- Following sets the Security Context for the execution. This enables the
963: -- event API to respect the transaction security.
964: ----------------------------------------------------------------------------
965: xla_security_pkg.set_security_context(p_event_source_info.application_id);
966:
967: ----------------------------------------------------------------------------
968: -- check to see the API is not called for regular events
969: ----------------------------------------------------------------------------

Line 1281: xla_security_pkg.set_security_context(p_event_source_info.application_id);

1277: ----------------------------------------------------------------------------
1278: -- Following sets the Security Context for the execution. This enables the
1279: -- event API to respect the transaction security.
1280: ----------------------------------------------------------------------------
1281: xla_security_pkg.set_security_context(p_event_source_info.application_id);
1282:
1283: ----------------------------------------------------------------------------
1284: -- check to see the API is not called for manual events
1285: ----------------------------------------------------------------------------

Line 1704: xla_security_pkg.set_security_context(p_event_source_info.application_id);

1700: ----------------------------------------------------------------------------
1701: -- Following sets the Security Context for the execution. This enables the
1702: -- event API to respect the transaction security.
1703: ----------------------------------------------------------------------------
1704: xla_security_pkg.set_security_context(p_event_source_info.application_id);
1705:
1706: ----------------------------------------------------------------------------
1707: -- check to see the API is not called for manual events
1708: ----------------------------------------------------------------------------

Line 2231: xla_security_pkg.set_security_context(p_event_source_info.application_id);

2227: ----------------------------------------------------------------------------
2228: -- Following sets the Security Context for the execution. This enables the
2229: -- event API to respect the transaction security.
2230: ----------------------------------------------------------------------------
2231: xla_security_pkg.set_security_context(p_event_source_info.application_id);
2232:
2233: ----------------------------------------------------------------------------
2234: -- check to see the API is not called for regular events
2235: ----------------------------------------------------------------------------

Line 2546: xla_security_pkg.set_security_context(p_event_source_info.application_id);

2542: ----------------------------------------------------------------------------
2543: -- Following sets the Security Context for the execution. This enables the
2544: -- event API to respect the transaction security.
2545: ----------------------------------------------------------------------------
2546: xla_security_pkg.set_security_context(p_event_source_info.application_id);
2547:
2548: ----------------------------------------------------------------------------
2549: -- Set the right context for calling this API
2550: -- Changed to fix bug # 2899700

Line 2848: xla_security_pkg.set_security_context(p_event_source_info.application_id);

2844: ----------------------------------------------------------------------------
2845: -- Following sets the Security Context for the execution. This enables the
2846: -- event API to respect the transaction security.
2847: ----------------------------------------------------------------------------
2848: xla_security_pkg.set_security_context(p_event_source_info.application_id);
2849:
2850: ----------------------------------------------------------------------------
2851: -- Set the right context for calling this API
2852: ----------------------------------------------------------------------------

Line 3139: xla_security_pkg.set_security_context(p_event_source_info.application_id);

3135: ----------------------------------------------------------------------------
3136: -- Following sets the Security Context for the execution. This enables the
3137: -- event API to respect the transaction security.
3138: ----------------------------------------------------------------------------
3139: xla_security_pkg.set_security_context(p_event_source_info.application_id);
3140:
3141: ----------------------------------------------------------------------------
3142: -- check to see the API is not called for manual events
3143: ----------------------------------------------------------------------------

Line 3430: xla_security_pkg.set_security_context(p_source_info.application_id);

3426: ----------------------------------------------------------------------------
3427: -- Following sets the Security Context for the execution. This enables the
3428: -- event API to respect the transaction security.
3429: ----------------------------------------------------------------------------
3430: xla_security_pkg.set_security_context(p_source_info.application_id);
3431:
3432: ----------------------------------------------------------------------------
3433: -- Validate parameters
3434: ----------------------------------------------------------------------------

Line 3556: xla_security_pkg.set_security_context(p_event_source_info.application_id);

3552: ----------------------------------------------------------------------------
3553: -- Following sets the Security Context for the execution. This enables the
3554: -- event API to respect the transaction security.
3555: ----------------------------------------------------------------------------
3556: xla_security_pkg.set_security_context(p_event_source_info.application_id);
3557:
3558: --
3559: -- Validate parameters
3560: --

Line 3735: xla_security_pkg.set_security_context(p_event_source_info.application_id);

3731: ----------------------------------------------------------------------------
3732: -- Following sets the Security Context for the execution. This enables the
3733: -- event API to respect the transaction security.
3734: ----------------------------------------------------------------------------
3735: xla_security_pkg.set_security_context(p_event_source_info.application_id);
3736:
3737: ----------------------------------------------------------------------------
3738: -- Set the right context for calling this API
3739: -- Changed to fix bug # 2899700

Line 4198: xla_security_pkg.set_security_context(p_event_source_info.application_id);

4194: ----------------------------------------------------------------------------
4195: -- Following sets the Security Context for the execution. This enables the
4196: -- event API to respect the transaction security.
4197: ----------------------------------------------------------------------------
4198: xla_security_pkg.set_security_context(p_event_source_info.application_id);
4199:
4200: ----------------------------------------------------------------------------
4201: -- Set the right context for calling this API
4202: -- Changed to fix bug # 2899700

Line 4470: xla_security_pkg.set_security_context(p_event_source_info.application_id);

4466: ----------------------------------------------------------------------------
4467: -- Following sets the Security Context for the execution. This enables the
4468: -- event API to respect the transaction security.
4469: ----------------------------------------------------------------------------
4470: xla_security_pkg.set_security_context(p_event_source_info.application_id);
4471:
4472: ----------------------------------------------------------------------------
4473: -- Set the right context for calling this API
4474: -- Changed to fix bug # 2899700

Line 4681: xla_security_pkg.set_security_context(p_event_source_info.application_id);

4677: ----------------------------------------------------------------------------
4678: -- Following sets the Security Context for the execution. This enables the
4679: -- event API to respect the transaction security.
4680: ----------------------------------------------------------------------------
4681: xla_security_pkg.set_security_context(p_event_source_info.application_id);
4682:
4683: ----------------------------------------------------------------------------
4684: -- Set the right context for calling this API
4685: -- Changed to fix bug # 2899700

Line 4945: xla_security_pkg.set_security_context(p_application_id);

4941: ----------------------------------------------------------------------------
4942: -- Following sets the Security Context for the execution. This enables the
4943: -- event API to respect the transaction security.
4944: ----------------------------------------------------------------------------
4945: xla_security_pkg.set_security_context(p_application_id);
4946:
4947: ----------------------------------------------------------------------------
4948: -- This API cannot be called for manual events.
4949: ----------------------------------------------------------------------------

Line 5621: xla_security_pkg.set_security_context(p_application_id);

5617: ----------------------------------------------------------------------------
5618: -- Following sets the Security Context for the execution. This enables the
5619: -- event API to respect the transaction security.
5620: ----------------------------------------------------------------------------
5621: xla_security_pkg.set_security_context(p_application_id);
5622:
5623: IF g_application_id IS NULL OR g_application_id <> p_application_id THEN
5624: cache_application_setup
5625: (p_application_id => p_application_id);

Line 5964: xla_security_pkg.set_security_context(p_application_id);

5960: ----------------------------------------------------------------------------
5961: -- Following sets the Security Context for the execution. This enables the
5962: -- event API to respect the transaction security.
5963: ----------------------------------------------------------------------------
5964: xla_security_pkg.set_security_context(p_application_id);
5965:
5966: IF g_application_id IS NULL OR g_application_id <> p_application_id THEN
5967: cache_application_setup
5968: (p_application_id => p_application_id);

Line 6354: xla_security_pkg.set_security_context(p_event_source_info.application_id);

6350: ----------------------------------------------------------------------------
6351: -- Following sets the Security Context for the execution. This enables the
6352: -- event API to respect the transaction security.
6353: ----------------------------------------------------------------------------
6354: xla_security_pkg.set_security_context(p_event_source_info.application_id);
6355:
6356: IF p_event_source_info.entity_type_code = C_MANUAL_ENTITY THEN
6357: xla_exceptions_pkg.raise_message
6358: (p_appli_s_name => 'XLA'

Line 9027: xla_security_pkg.set_security_context(602);

9023: ----------------------------------------------------------------------------
9024: -- Following sets the Security Context for the execution. This enables the
9025: -- event API to respect the transaction security implementation
9026: ----------------------------------------------------------------------------
9027: xla_security_pkg.set_security_context(602);
9028:
9029: l_unprocessed := xla_period_close_exp_pkg.check_period_close
9030: (101
9031: ,p_period_name

Line 9276: xla_security_pkg.set_security_context(p_application_id);

9272: ----------------------------------------------------------------------------
9273: -- Following sets the Security Context for the execution. This enables the
9274: -- event API to respect the transaction security implementation
9275: ----------------------------------------------------------------------------
9276: xla_security_pkg.set_security_context(p_application_id);
9277: -- 4949921
9278: l_unprocessed := xla_period_close_exp_pkg.check_period_close
9279: (p_application_id
9280: ,p_period_name