DBA Data[Home] [Help]

APPS.XLA_00200_AAD_S_000006_PKG dependencies on XLA_CONTEXT_PKG

Line 216636: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

216632: -- Event count context is set in xla_accounting_pkg.unit_processor.
216633: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
216634: -- to report it as a general error.
216635: --
216636: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
216637: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
216638:
216639: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
216640: trace

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

216633: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
216634: -- to report it as a general error.
216635: --
216636: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
216637: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
216638:
216639: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
216640: trace
216641: (p_msg => '# of extracted headers and events does not match'

Line 216653: ||xla_context_pkg.get_event_count_context

216649: ,p_module => l_log_module);
216650:
216651: trace
216652: (p_msg => '# of events in xla_events_gt: '
216653: ||xla_context_pkg.get_event_count_context
216654: ,p_level => C_LEVEL_STATEMENT
216655: ,p_module => l_log_module);
216656:
216657: trace

Line 216659: ||xla_context_pkg.get_event_nohdr_context

216655: ,p_module => l_log_module);
216656:
216657: trace
216658: (p_msg => 'Event No Header Extract Context: '
216659: ||xla_context_pkg.get_event_nohdr_context
216660: ,p_level => C_LEVEL_STATEMENT
216661: ,p_module => l_log_module);
216662:
216663: END IF;

Line 216666: xla_context_pkg.set_event_nohdr_context

216662:
216663: END IF;
216664:
216665:
216666: xla_context_pkg.set_event_nohdr_context
216667: (p_nohdr_extract_flag => 'Y'
216668: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
216669:
216670: IF (C_LEVEL_STATEMENT >= g_log_level) THEN