DBA Data[Home] [Help]

APPS.XLA_00200_AAD_S_000002_PKG dependencies on XLA_CONTEXT_PKG

Line 171059: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

171055: -- Event count context is set in xla_accounting_pkg.unit_processor.
171056: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
171057: -- to report it as a general error.
171058: --
171059: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
171060: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
171061:
171062: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
171063: trace

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

171056: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
171057: -- to report it as a general error.
171058: --
171059: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
171060: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
171061:
171062: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
171063: trace
171064: (p_msg => '# of extracted headers and events does not match'

Line 171076: ||xla_context_pkg.get_event_count_context

171072: ,p_module => l_log_module);
171073:
171074: trace
171075: (p_msg => '# of events in xla_events_gt: '
171076: ||xla_context_pkg.get_event_count_context
171077: ,p_level => C_LEVEL_STATEMENT
171078: ,p_module => l_log_module);
171079:
171080: trace

Line 171082: ||xla_context_pkg.get_event_nohdr_context

171078: ,p_module => l_log_module);
171079:
171080: trace
171081: (p_msg => 'Event No Header Extract Context: '
171082: ||xla_context_pkg.get_event_nohdr_context
171083: ,p_level => C_LEVEL_STATEMENT
171084: ,p_module => l_log_module);
171085:
171086: END IF;

Line 171089: xla_context_pkg.set_event_nohdr_context

171085:
171086: END IF;
171087:
171088:
171089: xla_context_pkg.set_event_nohdr_context
171090: (p_nohdr_extract_flag => 'Y'
171091: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
171092:
171093: IF (C_LEVEL_STATEMENT >= g_log_level) THEN