DBA Data[Home] [Help]

APPS.XLA_00222_AAD_S_000017_PKG dependencies on XLA_CONTEXT_PKG

Line 82224: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

82220: -- Event count context is set in xla_accounting_pkg.unit_processor.
82221: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
82222: -- to report it as a general error.
82223: --
82224: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
82225: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
82226:
82227: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
82228: trace

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

82221: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
82222: -- to report it as a general error.
82223: --
82224: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
82225: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
82226:
82227: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
82228: trace
82229: (p_msg => '# of extracted headers and events does not match'

Line 82241: ||xla_context_pkg.get_event_count_context

82237: ,p_module => l_log_module);
82238:
82239: trace
82240: (p_msg => '# of events in xla_events_gt: '
82241: ||xla_context_pkg.get_event_count_context
82242: ,p_level => C_LEVEL_STATEMENT
82243: ,p_module => l_log_module);
82244:
82245: trace

Line 82247: ||xla_context_pkg.get_event_nohdr_context

82243: ,p_module => l_log_module);
82244:
82245: trace
82246: (p_msg => 'Event No Header Extract Context: '
82247: ||xla_context_pkg.get_event_nohdr_context
82248: ,p_level => C_LEVEL_STATEMENT
82249: ,p_module => l_log_module);
82250:
82251: END IF;

Line 82254: xla_context_pkg.set_event_nohdr_context

82250:
82251: END IF;
82252:
82253:
82254: xla_context_pkg.set_event_nohdr_context
82255: (p_nohdr_extract_flag => 'Y'
82256: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
82257:
82258: IF (C_LEVEL_STATEMENT >= g_log_level) THEN