DBA Data[Home] [Help]

APPS.XLA_00275_AAD_S_000016_PKG dependencies on XLA_CONTEXT_PKG

Line 89090: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

89086: -- Event count context is set in xla_accounting_pkg.unit_processor.
89087: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
89088: -- to report it as a general error.
89089: --
89090: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
89091: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
89092:
89093: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
89094: trace

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

89087: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
89088: -- to report it as a general error.
89089: --
89090: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
89091: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
89092:
89093: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
89094: trace
89095: (p_msg => '# of extracted headers and events does not match'

Line 89107: ||xla_context_pkg.get_event_count_context

89103: ,p_module => l_log_module);
89104:
89105: trace
89106: (p_msg => '# of events in xla_events_gt: '
89107: ||xla_context_pkg.get_event_count_context
89108: ,p_level => C_LEVEL_STATEMENT
89109: ,p_module => l_log_module);
89110:
89111: trace

Line 89113: ||xla_context_pkg.get_event_nohdr_context

89109: ,p_module => l_log_module);
89110:
89111: trace
89112: (p_msg => 'Event No Header Extract Context: '
89113: ||xla_context_pkg.get_event_nohdr_context
89114: ,p_level => C_LEVEL_STATEMENT
89115: ,p_module => l_log_module);
89116:
89117: END IF;

Line 89120: xla_context_pkg.set_event_nohdr_context

89116:
89117: END IF;
89118:
89119:
89120: xla_context_pkg.set_event_nohdr_context
89121: (p_nohdr_extract_flag => 'Y'
89122: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
89123:
89124: IF (C_LEVEL_STATEMENT >= g_log_level) THEN