DBA Data[Home] [Help]

APPS.XLA_00222_AAD_S_000006_PKG dependencies on XLA_CONTEXT_PKG

Line 84071: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

84067: -- Event count context is set in xla_accounting_pkg.unit_processor.
84068: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
84069: -- to report it as a general error.
84070: --
84071: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
84072: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
84073:
84074: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
84075: trace

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

84068: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
84069: -- to report it as a general error.
84070: --
84071: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
84072: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
84073:
84074: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
84075: trace
84076: (p_msg => '# of extracted headers and events does not match'

Line 84088: ||xla_context_pkg.get_event_count_context

84084: ,p_module => l_log_module);
84085:
84086: trace
84087: (p_msg => '# of events in xla_events_gt: '
84088: ||xla_context_pkg.get_event_count_context
84089: ,p_level => C_LEVEL_STATEMENT
84090: ,p_module => l_log_module);
84091:
84092: trace

Line 84094: ||xla_context_pkg.get_event_nohdr_context

84090: ,p_module => l_log_module);
84091:
84092: trace
84093: (p_msg => 'Event No Header Extract Context: '
84094: ||xla_context_pkg.get_event_nohdr_context
84095: ,p_level => C_LEVEL_STATEMENT
84096: ,p_module => l_log_module);
84097:
84098: END IF;

Line 84101: xla_context_pkg.set_event_nohdr_context

84097:
84098: END IF;
84099:
84100:
84101: xla_context_pkg.set_event_nohdr_context
84102: (p_nohdr_extract_flag => 'Y'
84103: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
84104:
84105: IF (C_LEVEL_STATEMENT >= g_log_level) THEN