DBA Data[Home] [Help]

APPS.XLA_00140_AAD_S_000002_PKG dependencies on XLA_CONTEXT_PKG

Line 219252: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

219248: -- Event count context is set in xla_accounting_pkg.unit_processor.
219249: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
219250: -- to report it as a general error.
219251: --
219252: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
219253: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
219254:
219255: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
219256: trace

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

219249: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
219250: -- to report it as a general error.
219251: --
219252: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
219253: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
219254:
219255: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
219256: trace
219257: (p_msg => '# of extracted headers and events does not match'

Line 219269: ||xla_context_pkg.get_event_count_context

219265: ,p_module => l_log_module);
219266:
219267: trace
219268: (p_msg => '# of events in xla_events_gt: '
219269: ||xla_context_pkg.get_event_count_context
219270: ,p_level => C_LEVEL_STATEMENT
219271: ,p_module => l_log_module);
219272:
219273: trace

Line 219275: ||xla_context_pkg.get_event_nohdr_context

219271: ,p_module => l_log_module);
219272:
219273: trace
219274: (p_msg => 'Event No Header Extract Context: '
219275: ||xla_context_pkg.get_event_nohdr_context
219276: ,p_level => C_LEVEL_STATEMENT
219277: ,p_module => l_log_module);
219278:
219279: END IF;

Line 219282: xla_context_pkg.set_event_nohdr_context

219278:
219279: END IF;
219280:
219281:
219282: xla_context_pkg.set_event_nohdr_context
219283: (p_nohdr_extract_flag => 'Y'
219284: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
219285:
219286: IF (C_LEVEL_STATEMENT >= g_log_level) THEN