DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on DBMS_SESSION

Line 1181: dbms_session.set_identifier (client_id => g_report_request_id);

1177:
1178: --------------------------------------------------------
1179: -- 4645092 set request id for get_mpa_accrual_context
1180: --------------------------------------------------------
1181: dbms_session.set_identifier (client_id => g_report_request_id);
1182: IF xla_context_pkg.get_mpa_accrual_context = 'Y' THEN
1183: g_mpa_accrual_exists := 'Y';
1184: ELSE
1185: g_mpa_accrual_exists := 'N';

Line 2068: dbms_session.set_identifier

2064: ----------------------------------------------------------------------------
2065: -- Following sets the session's client identifier for the purpose of global
2066: -- application context.
2067: ----------------------------------------------------------------------------
2068: dbms_session.set_identifier
2069: (client_id => g_parent_request_id);
2070:
2071: IF (C_LEVEL_EVENT >= g_log_level) THEN
2072: trace

Line 2428: dbms_session.set_identifier

2424: ----------------------------------------------------------------------------
2425: -- Following sets the session's client identifier for the purpose of global
2426: -- application context.
2427: ----------------------------------------------------------------------------
2428: dbms_session.set_identifier
2429: (client_id => g_parent_request_id);
2430:
2431: IF (C_LEVEL_EVENT >= g_log_level) THEN
2432: trace

Line 2858: dbms_session.set_identifier

2854: --
2855: SELECT xla_accounting_batches_s.nextval INTO p_accounting_batch_id FROM DUAL;
2856: g_accounting_batch_id := p_accounting_batch_id;
2857:
2858: dbms_session.set_identifier
2859: (client_id => g_accounting_batch_id);
2860:
2861: IF (g_accounting_mode ='F') THEN
2862: l_ret_flag_bal_update := xla_balances_pkg.massive_update_for_events