DBA Data[Home] [Help]

APPS.XLA_00240_AAD_S_000003_PKG dependencies on XLA_CONTEXT_PKG

Line 5555: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

5551: -- Event count context is set in xla_accounting_pkg.unit_processor.
5552: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
5553: -- to report it as a general error.
5554: --
5555: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
5556: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
5557:
5558: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
5559: trace

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

5552: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
5553: -- to report it as a general error.
5554: --
5555: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
5556: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
5557:
5558: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
5559: trace
5560: (p_msg => '# of extracted headers and events does not match'

Line 5572: ||xla_context_pkg.get_event_count_context

5568: ,p_module => l_log_module);
5569:
5570: trace
5571: (p_msg => '# of events in xla_events_gt: '
5572: ||xla_context_pkg.get_event_count_context
5573: ,p_level => C_LEVEL_STATEMENT
5574: ,p_module => l_log_module);
5575:
5576: trace

Line 5578: ||xla_context_pkg.get_event_nohdr_context

5574: ,p_module => l_log_module);
5575:
5576: trace
5577: (p_msg => 'Event No Header Extract Context: '
5578: ||xla_context_pkg.get_event_nohdr_context
5579: ,p_level => C_LEVEL_STATEMENT
5580: ,p_module => l_log_module);
5581:
5582: END IF;

Line 5585: xla_context_pkg.set_event_nohdr_context

5581:
5582: END IF;
5583:
5584:
5585: xla_context_pkg.set_event_nohdr_context
5586: (p_nohdr_extract_flag => 'Y'
5587: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
5588:
5589: IF (C_LEVEL_STATEMENT >= g_log_level) THEN