DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on XLA_SECURITY_PKG

Line 2053: xla_security_pkg.set_security_context(p_application_id);

2049: ----------------------------------------------------------------------------
2050: -- Following sets the Security Context for the execution. This enables the
2051: -- the accounting program to respect the transaction security.
2052: ----------------------------------------------------------------------------
2053: xla_security_pkg.set_security_context(p_application_id);
2054:
2055: IF (C_LEVEL_EVENT >= g_log_level) THEN
2056: trace
2057: (p_msg => 'Security_context set for application = '||p_application_id

Line 2413: xla_security_pkg.set_security_context(p_application_id);

2409: ----------------------------------------------------------------------------
2410: -- Following sets the Security Context for the execution. This enables the
2411: -- the accounting program to respect the transaction security.
2412: ----------------------------------------------------------------------------
2413: xla_security_pkg.set_security_context(p_application_id);
2414:
2415: IF (C_LEVEL_EVENT >= g_log_level) THEN
2416: trace
2417: (p_msg => 'Security_context set for application = '||p_application_id

Line 2833: xla_security_pkg.set_security_context(p_application_id);

2829: ----------------------------------------------------------------------------
2830: -- Following sets the Security Context for the execution. This enables the
2831: -- the accounting program to respect the transaction security.
2832: ----------------------------------------------------------------------------
2833: xla_security_pkg.set_security_context(p_application_id);
2834:
2835: IF (C_LEVEL_EVENT >= g_log_level) THEN
2836: trace
2837: (p_msg => 'Security_context set for application = '||p_application_id

Line 3266: xla_security_pkg.set_security_context(p_application_id);

3262: END IF;
3263:
3264: -- Bug 7560116 Journal Import not getting spawned as Security Context is not getting set correctly when
3265: -- this procedure is called directly to perform GL xfer
3266: xla_security_pkg.set_security_context(p_application_id);
3267:
3268:
3269: INSERT INTO xla_acct_prog_events_gt (event_id, ledger_id)
3270: SELECT xe.event_id, xte.ledger_id