DBA Data[Home] [Help]

APPS.XLA_00222_AAD_S_000009_PKG dependencies on XLA_CONTEXT_PKG

Line 82868: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

82864: -- Event count context is set in xla_accounting_pkg.unit_processor.
82865: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
82866: -- to report it as a general error.
82867: --
82868: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
82869: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
82870:
82871: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
82872: trace

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

82865: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
82866: -- to report it as a general error.
82867: --
82868: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
82869: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
82870:
82871: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
82872: trace
82873: (p_msg => '# of extracted headers and events does not match'

Line 82885: ||xla_context_pkg.get_event_count_context

82881: ,p_module => l_log_module);
82882:
82883: trace
82884: (p_msg => '# of events in xla_events_gt: '
82885: ||xla_context_pkg.get_event_count_context
82886: ,p_level => C_LEVEL_STATEMENT
82887: ,p_module => l_log_module);
82888:
82889: trace

Line 82891: ||xla_context_pkg.get_event_nohdr_context

82887: ,p_module => l_log_module);
82888:
82889: trace
82890: (p_msg => 'Event No Header Extract Context: '
82891: ||xla_context_pkg.get_event_nohdr_context
82892: ,p_level => C_LEVEL_STATEMENT
82893: ,p_module => l_log_module);
82894:
82895: END IF;

Line 82898: xla_context_pkg.set_event_nohdr_context

82894:
82895: END IF;
82896:
82897:
82898: xla_context_pkg.set_event_nohdr_context
82899: (p_nohdr_extract_flag => 'Y'
82900: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
82901:
82902: IF (C_LEVEL_STATEMENT >= g_log_level) THEN