DBA Data[Home] [Help]

APPS.XLA_00222_AAD_S_000008_PKG dependencies on XLA_CONTEXT_PKG

Line 67110: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

67106: -- Event count context is set in xla_accounting_pkg.unit_processor.
67107: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
67108: -- to report it as a general error.
67109: --
67110: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
67111: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
67112:
67113: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
67114: trace

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

67107: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
67108: -- to report it as a general error.
67109: --
67110: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
67111: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
67112:
67113: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
67114: trace
67115: (p_msg => '# of extracted headers and events does not match'

Line 67127: ||xla_context_pkg.get_event_count_context

67123: ,p_module => l_log_module);
67124:
67125: trace
67126: (p_msg => '# of events in xla_events_gt: '
67127: ||xla_context_pkg.get_event_count_context
67128: ,p_level => C_LEVEL_STATEMENT
67129: ,p_module => l_log_module);
67130:
67131: trace

Line 67133: ||xla_context_pkg.get_event_nohdr_context

67129: ,p_module => l_log_module);
67130:
67131: trace
67132: (p_msg => 'Event No Header Extract Context: '
67133: ||xla_context_pkg.get_event_nohdr_context
67134: ,p_level => C_LEVEL_STATEMENT
67135: ,p_module => l_log_module);
67136:
67137: END IF;

Line 67140: xla_context_pkg.set_event_nohdr_context

67136:
67137: END IF;
67138:
67139:
67140: xla_context_pkg.set_event_nohdr_context
67141: (p_nohdr_extract_flag => 'Y'
67142: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
67143:
67144: IF (C_LEVEL_STATEMENT >= g_log_level) THEN