DBA Data[Home] [Help]

APPS.XLA_08901_AAD_S_000002_BC_PKG dependencies on XLA_CONTEXT_PKG

Line 7084: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

7080: -- Event count context is set in xla_accounting_pkg.unit_processor.
7081: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
7082: -- to report it as a general error.
7083: --
7084: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
7085: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
7086:
7087: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
7088: trace

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

7081: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
7082: -- to report it as a general error.
7083: --
7084: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
7085: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
7086:
7087: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
7088: trace
7089: (p_msg => '# of extracted headers and events does not match'

Line 7101: ||xla_context_pkg.get_event_count_context

7097: ,p_module => l_log_module);
7098:
7099: trace
7100: (p_msg => '# of events in xla_events_gt: '
7101: ||xla_context_pkg.get_event_count_context
7102: ,p_level => C_LEVEL_STATEMENT
7103: ,p_module => l_log_module);
7104:
7105: trace

Line 7107: ||xla_context_pkg.get_event_nohdr_context

7103: ,p_module => l_log_module);
7104:
7105: trace
7106: (p_msg => 'Event No Header Extract Context: '
7107: ||xla_context_pkg.get_event_nohdr_context
7108: ,p_level => C_LEVEL_STATEMENT
7109: ,p_module => l_log_module);
7110:
7111: END IF;

Line 7114: xla_context_pkg.set_event_nohdr_context

7110:
7111: END IF;
7112:
7113:
7114: xla_context_pkg.set_event_nohdr_context
7115: (p_nohdr_extract_flag => 'Y'
7116: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
7117:
7118: IF (C_LEVEL_STATEMENT >= g_log_level) THEN