DBA Data[Home] [Help]

APPS.XLA_00206_AAD_S_000004_BC_PKG dependencies on XLA_CONTEXT_PKG

Line 8700: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

8696: -- Event count context is set in xla_accounting_pkg.unit_processor.
8697: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
8698: -- to report it as a general error.
8699: --
8700: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
8701: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
8702:
8703: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
8704: trace

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

8697: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
8698: -- to report it as a general error.
8699: --
8700: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
8701: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
8702:
8703: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
8704: trace
8705: (p_msg => '# of extracted headers and events does not match'

Line 8717: ||xla_context_pkg.get_event_count_context

8713: ,p_module => l_log_module);
8714:
8715: trace
8716: (p_msg => '# of events in xla_events_gt: '
8717: ||xla_context_pkg.get_event_count_context
8718: ,p_level => C_LEVEL_STATEMENT
8719: ,p_module => l_log_module);
8720:
8721: trace

Line 8723: ||xla_context_pkg.get_event_nohdr_context

8719: ,p_module => l_log_module);
8720:
8721: trace
8722: (p_msg => 'Event No Header Extract Context: '
8723: ||xla_context_pkg.get_event_nohdr_context
8724: ,p_level => C_LEVEL_STATEMENT
8725: ,p_module => l_log_module);
8726:
8727: END IF;

Line 8730: xla_context_pkg.set_event_nohdr_context

8726:
8727: END IF;
8728:
8729:
8730: xla_context_pkg.set_event_nohdr_context
8731: (p_nohdr_extract_flag => 'Y'
8732: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
8733:
8734: IF (C_LEVEL_STATEMENT >= g_log_level) THEN