DBA Data[Home] [Help]

APPS.XLA_08901_AAD_S_000002_PKG dependencies on XLA_CONTEXT_PKG

Line 9150: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

9146: -- Event count context is set in xla_accounting_pkg.unit_processor.
9147: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
9148: -- to report it as a general error.
9149: --
9150: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
9151: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
9152:
9153: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
9154: trace

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

9147: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
9148: -- to report it as a general error.
9149: --
9150: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
9151: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
9152:
9153: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
9154: trace
9155: (p_msg => '# of extracted headers and events does not match'

Line 9167: ||xla_context_pkg.get_event_count_context

9163: ,p_module => l_log_module);
9164:
9165: trace
9166: (p_msg => '# of events in xla_events_gt: '
9167: ||xla_context_pkg.get_event_count_context
9168: ,p_level => C_LEVEL_STATEMENT
9169: ,p_module => l_log_module);
9170:
9171: trace

Line 9173: ||xla_context_pkg.get_event_nohdr_context

9169: ,p_module => l_log_module);
9170:
9171: trace
9172: (p_msg => 'Event No Header Extract Context: '
9173: ||xla_context_pkg.get_event_nohdr_context
9174: ,p_level => C_LEVEL_STATEMENT
9175: ,p_module => l_log_module);
9176:
9177: END IF;

Line 9180: xla_context_pkg.set_event_nohdr_context

9176:
9177: END IF;
9178:
9179:
9180: xla_context_pkg.set_event_nohdr_context
9181: (p_nohdr_extract_flag => 'Y'
9182: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
9183:
9184: IF (C_LEVEL_STATEMENT >= g_log_level) THEN