DBA Data[Home] [Help]

APPS.XLA_09000_AAD_S_000015_PKG dependencies on XLA_CONTEXT_PKG

Line 12637: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

12633: -- Event count context is set in xla_accounting_pkg.unit_processor.
12634: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
12635: -- to report it as a general error.
12636: --
12637: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
12638: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
12639:
12640: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
12641: trace

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

12634: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
12635: -- to report it as a general error.
12636: --
12637: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
12638: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
12639:
12640: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
12641: trace
12642: (p_msg => '# of extracted headers and events does not match'

Line 12654: ||xla_context_pkg.get_event_count_context

12650: ,p_module => l_log_module);
12651:
12652: trace
12653: (p_msg => '# of events in xla_events_gt: '
12654: ||xla_context_pkg.get_event_count_context
12655: ,p_level => C_LEVEL_STATEMENT
12656: ,p_module => l_log_module);
12657:
12658: trace

Line 12660: ||xla_context_pkg.get_event_nohdr_context

12656: ,p_module => l_log_module);
12657:
12658: trace
12659: (p_msg => 'Event No Header Extract Context: '
12660: ||xla_context_pkg.get_event_nohdr_context
12661: ,p_level => C_LEVEL_STATEMENT
12662: ,p_module => l_log_module);
12663:
12664: END IF;

Line 12667: xla_context_pkg.set_event_nohdr_context

12663:
12664: END IF;
12665:
12666:
12667: xla_context_pkg.set_event_nohdr_context
12668: (p_nohdr_extract_flag => 'Y'
12669: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
12670:
12671: IF (C_LEVEL_STATEMENT >= g_log_level) THEN