DBA Data[Home] [Help]

APPS.XLA_00275_AAD_S_000015_PKG dependencies on XLA_CONTEXT_PKG

Line 108172: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

108168: -- Event count context is set in xla_accounting_pkg.unit_processor.
108169: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
108170: -- to report it as a general error.
108171: --
108172: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
108173: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
108174:
108175: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
108176: trace

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

108169: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
108170: -- to report it as a general error.
108171: --
108172: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
108173: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
108174:
108175: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
108176: trace
108177: (p_msg => '# of extracted headers and events does not match'

Line 108189: ||xla_context_pkg.get_event_count_context

108185: ,p_module => l_log_module);
108186:
108187: trace
108188: (p_msg => '# of events in xla_events_gt: '
108189: ||xla_context_pkg.get_event_count_context
108190: ,p_level => C_LEVEL_STATEMENT
108191: ,p_module => l_log_module);
108192:
108193: trace

Line 108195: ||xla_context_pkg.get_event_nohdr_context

108191: ,p_module => l_log_module);
108192:
108193: trace
108194: (p_msg => 'Event No Header Extract Context: '
108195: ||xla_context_pkg.get_event_nohdr_context
108196: ,p_level => C_LEVEL_STATEMENT
108197: ,p_module => l_log_module);
108198:
108199: END IF;

Line 108202: xla_context_pkg.set_event_nohdr_context

108198:
108199: END IF;
108200:
108201:
108202: xla_context_pkg.set_event_nohdr_context
108203: (p_nohdr_extract_flag => 'Y'
108204: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
108205:
108206: IF (C_LEVEL_STATEMENT >= g_log_level) THEN