DBA Data[Home] [Help]

APPS.XLA_00707_AAD_S_000020_PKG dependencies on XLA_CONTEXT_PKG

Line 435673: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

435669: -- Event count context is set in xla_accounting_pkg.unit_processor.
435670: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
435671: -- to report it as a general error.
435672: --
435673: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
435674: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
435675:
435676: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
435677: trace

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

435670: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
435671: -- to report it as a general error.
435672: --
435673: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
435674: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
435675:
435676: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
435677: trace
435678: (p_msg => '# of extracted headers and events does not match'

Line 435690: ||xla_context_pkg.get_event_count_context

435686: ,p_module => l_log_module);
435687:
435688: trace
435689: (p_msg => '# of events in xla_events_gt: '
435690: ||xla_context_pkg.get_event_count_context
435691: ,p_level => C_LEVEL_STATEMENT
435692: ,p_module => l_log_module);
435693:
435694: trace

Line 435696: ||xla_context_pkg.get_event_nohdr_context

435692: ,p_module => l_log_module);
435693:
435694: trace
435695: (p_msg => 'Event No Header Extract Context: '
435696: ||xla_context_pkg.get_event_nohdr_context
435697: ,p_level => C_LEVEL_STATEMENT
435698: ,p_module => l_log_module);
435699:
435700: END IF;

Line 435703: xla_context_pkg.set_event_nohdr_context

435699:
435700: END IF;
435701:
435702:
435703: xla_context_pkg.set_event_nohdr_context
435704: (p_nohdr_extract_flag => 'Y'
435705: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
435706:
435707: IF (C_LEVEL_STATEMENT >= g_log_level) THEN