DBA Data[Home] [Help]

APPS.XLA_00200_AAD_S_000012_PKG dependencies on XLA_CONTEXT_PKG

Line 179895: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

179891: -- Event count context is set in xla_accounting_pkg.unit_processor.
179892: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
179893: -- to report it as a general error.
179894: --
179895: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
179896: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
179897:
179898: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
179899: trace

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

179892: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
179893: -- to report it as a general error.
179894: --
179895: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
179896: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
179897:
179898: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
179899: trace
179900: (p_msg => '# of extracted headers and events does not match'

Line 179912: ||xla_context_pkg.get_event_count_context

179908: ,p_module => l_log_module);
179909:
179910: trace
179911: (p_msg => '# of events in xla_events_gt: '
179912: ||xla_context_pkg.get_event_count_context
179913: ,p_level => C_LEVEL_STATEMENT
179914: ,p_module => l_log_module);
179915:
179916: trace

Line 179918: ||xla_context_pkg.get_event_nohdr_context

179914: ,p_module => l_log_module);
179915:
179916: trace
179917: (p_msg => 'Event No Header Extract Context: '
179918: ||xla_context_pkg.get_event_nohdr_context
179919: ,p_level => C_LEVEL_STATEMENT
179920: ,p_module => l_log_module);
179921:
179922: END IF;

Line 179925: xla_context_pkg.set_event_nohdr_context

179921:
179922: END IF;
179923:
179924:
179925: xla_context_pkg.set_event_nohdr_context
179926: (p_nohdr_extract_flag => 'Y'
179927: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
179928:
179929: IF (C_LEVEL_STATEMENT >= g_log_level) THEN