DBA Data[Home] [Help]

APPS.XLA_00555_AAD_S_000001_PKG dependencies on XLA_CONTEXT_PKG

Line 192344: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

192340: -- Event count context is set in xla_accounting_pkg.unit_processor.
192341: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
192342: -- to report it as a general error.
192343: --
192344: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
192345: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
192346:
192347: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
192348: trace

Line 192345: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN

192341: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
192342: -- to report it as a general error.
192343: --
192344: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
192345: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
192346:
192347: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
192348: trace
192349: (p_msg => '# of extracted headers and events does not match'

Line 192361: ||xla_context_pkg.get_event_count_context

192357: ,p_module => l_log_module);
192358:
192359: trace
192360: (p_msg => '# of events in xla_events_gt: '
192361: ||xla_context_pkg.get_event_count_context
192362: ,p_level => C_LEVEL_STATEMENT
192363: ,p_module => l_log_module);
192364:
192365: trace

Line 192367: ||xla_context_pkg.get_event_nohdr_context

192363: ,p_module => l_log_module);
192364:
192365: trace
192366: (p_msg => 'Event No Header Extract Context: '
192367: ||xla_context_pkg.get_event_nohdr_context
192368: ,p_level => C_LEVEL_STATEMENT
192369: ,p_module => l_log_module);
192370:
192371: END IF;

Line 192374: xla_context_pkg.set_event_nohdr_context

192370:
192371: END IF;
192372:
192373:
192374: xla_context_pkg.set_event_nohdr_context
192375: (p_nohdr_extract_flag => 'Y'
192376: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
192377:
192378: IF (C_LEVEL_STATEMENT >= g_log_level) THEN