DBA Data[Home] [Help]

APPS.XLA_00200_AAD_S_000006_BC_PKG dependencies on XLA_CONTEXT_PKG

Line 83748: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

83744: -- Event count context is set in xla_accounting_pkg.unit_processor.
83745: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
83746: -- to report it as a general error.
83747: --
83748: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
83749: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
83750:
83751: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
83752: trace

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

83745: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
83746: -- to report it as a general error.
83747: --
83748: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
83749: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
83750:
83751: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
83752: trace
83753: (p_msg => '# of extracted headers and events does not match'

Line 83765: ||xla_context_pkg.get_event_count_context

83761: ,p_module => l_log_module);
83762:
83763: trace
83764: (p_msg => '# of events in xla_events_gt: '
83765: ||xla_context_pkg.get_event_count_context
83766: ,p_level => C_LEVEL_STATEMENT
83767: ,p_module => l_log_module);
83768:
83769: trace

Line 83771: ||xla_context_pkg.get_event_nohdr_context

83767: ,p_module => l_log_module);
83768:
83769: trace
83770: (p_msg => 'Event No Header Extract Context: '
83771: ||xla_context_pkg.get_event_nohdr_context
83772: ,p_level => C_LEVEL_STATEMENT
83773: ,p_module => l_log_module);
83774:
83775: END IF;

Line 83778: xla_context_pkg.set_event_nohdr_context

83774:
83775: END IF;
83776:
83777:
83778: xla_context_pkg.set_event_nohdr_context
83779: (p_nohdr_extract_flag => 'Y'
83780: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
83781:
83782: IF (C_LEVEL_STATEMENT >= g_log_level) THEN