DBA Data[Home] [Help]

APPS.XLA_00222_AAD_S_000002_PKG dependencies on XLA_CONTEXT_PKG

Line 86227: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

86223: -- Event count context is set in xla_accounting_pkg.unit_processor.
86224: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
86225: -- to report it as a general error.
86226: --
86227: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
86228: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
86229:
86230: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
86231: trace

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

86224: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
86225: -- to report it as a general error.
86226: --
86227: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
86228: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
86229:
86230: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
86231: trace
86232: (p_msg => '# of extracted headers and events does not match'

Line 86244: ||xla_context_pkg.get_event_count_context

86240: ,p_module => l_log_module);
86241:
86242: trace
86243: (p_msg => '# of events in xla_events_gt: '
86244: ||xla_context_pkg.get_event_count_context
86245: ,p_level => C_LEVEL_STATEMENT
86246: ,p_module => l_log_module);
86247:
86248: trace

Line 86250: ||xla_context_pkg.get_event_nohdr_context

86246: ,p_module => l_log_module);
86247:
86248: trace
86249: (p_msg => 'Event No Header Extract Context: '
86250: ||xla_context_pkg.get_event_nohdr_context
86251: ,p_level => C_LEVEL_STATEMENT
86252: ,p_module => l_log_module);
86253:
86254: END IF;

Line 86257: xla_context_pkg.set_event_nohdr_context

86253:
86254: END IF;
86255:
86256:
86257: xla_context_pkg.set_event_nohdr_context
86258: (p_nohdr_extract_flag => 'Y'
86259: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
86260:
86261: IF (C_LEVEL_STATEMENT >= g_log_level) THEN