DBA Data[Home] [Help]

APPS.XLA_00707_AAD_S_000007_PKG dependencies on XLA_CONTEXT_PKG

Line 200741: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

200737: -- Event count context is set in xla_accounting_pkg.unit_processor.
200738: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
200739: -- to report it as a general error.
200740: --
200741: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
200742: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
200743:
200744: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
200745: trace

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

200738: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
200739: -- to report it as a general error.
200740: --
200741: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
200742: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
200743:
200744: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
200745: trace
200746: (p_msg => '# of extracted headers and events does not match'

Line 200758: ||xla_context_pkg.get_event_count_context

200754: ,p_module => l_log_module);
200755:
200756: trace
200757: (p_msg => '# of events in xla_events_gt: '
200758: ||xla_context_pkg.get_event_count_context
200759: ,p_level => C_LEVEL_STATEMENT
200760: ,p_module => l_log_module);
200761:
200762: trace

Line 200764: ||xla_context_pkg.get_event_nohdr_context

200760: ,p_module => l_log_module);
200761:
200762: trace
200763: (p_msg => 'Event No Header Extract Context: '
200764: ||xla_context_pkg.get_event_nohdr_context
200765: ,p_level => C_LEVEL_STATEMENT
200766: ,p_module => l_log_module);
200767:
200768: END IF;

Line 200771: xla_context_pkg.set_event_nohdr_context

200767:
200768: END IF;
200769:
200770:
200771: xla_context_pkg.set_event_nohdr_context
200772: (p_nohdr_extract_flag => 'Y'
200773: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
200774:
200775: IF (C_LEVEL_STATEMENT >= g_log_level) THEN