DBA Data[Home] [Help]

APPS.XLA_00707_AAD_S_000002_PKG dependencies on XLA_CONTEXT_PKG

Line 209543: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

209539: -- Event count context is set in xla_accounting_pkg.unit_processor.
209540: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
209541: -- to report it as a general error.
209542: --
209543: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
209544: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
209545:
209546: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
209547: trace

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

209540: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
209541: -- to report it as a general error.
209542: --
209543: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
209544: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
209545:
209546: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
209547: trace
209548: (p_msg => '# of extracted headers and events does not match'

Line 209560: ||xla_context_pkg.get_event_count_context

209556: ,p_module => l_log_module);
209557:
209558: trace
209559: (p_msg => '# of events in xla_events_gt: '
209560: ||xla_context_pkg.get_event_count_context
209561: ,p_level => C_LEVEL_STATEMENT
209562: ,p_module => l_log_module);
209563:
209564: trace

Line 209566: ||xla_context_pkg.get_event_nohdr_context

209562: ,p_module => l_log_module);
209563:
209564: trace
209565: (p_msg => 'Event No Header Extract Context: '
209566: ||xla_context_pkg.get_event_nohdr_context
209567: ,p_level => C_LEVEL_STATEMENT
209568: ,p_module => l_log_module);
209569:
209570: END IF;

Line 209573: xla_context_pkg.set_event_nohdr_context

209569:
209570: END IF;
209571:
209572:
209573: xla_context_pkg.set_event_nohdr_context
209574: (p_nohdr_extract_flag => 'Y'
209575: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
209576:
209577: IF (C_LEVEL_STATEMENT >= g_log_level) THEN