DBA Data[Home] [Help]

APPS.XLA_00222_AAD_S_000005_PKG dependencies on XLA_CONTEXT_PKG

Line 81818: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

81814: -- Event count context is set in xla_accounting_pkg.unit_processor.
81815: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
81816: -- to report it as a general error.
81817: --
81818: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
81819: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
81820:
81821: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
81822: trace

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

81815: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
81816: -- to report it as a general error.
81817: --
81818: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
81819: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
81820:
81821: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
81822: trace
81823: (p_msg => '# of extracted headers and events does not match'

Line 81835: ||xla_context_pkg.get_event_count_context

81831: ,p_module => l_log_module);
81832:
81833: trace
81834: (p_msg => '# of events in xla_events_gt: '
81835: ||xla_context_pkg.get_event_count_context
81836: ,p_level => C_LEVEL_STATEMENT
81837: ,p_module => l_log_module);
81838:
81839: trace

Line 81841: ||xla_context_pkg.get_event_nohdr_context

81837: ,p_module => l_log_module);
81838:
81839: trace
81840: (p_msg => 'Event No Header Extract Context: '
81841: ||xla_context_pkg.get_event_nohdr_context
81842: ,p_level => C_LEVEL_STATEMENT
81843: ,p_module => l_log_module);
81844:
81845: END IF;

Line 81848: xla_context_pkg.set_event_nohdr_context

81844:
81845: END IF;
81846:
81847:
81848: xla_context_pkg.set_event_nohdr_context
81849: (p_nohdr_extract_flag => 'Y'
81850: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
81851:
81852: IF (C_LEVEL_STATEMENT >= g_log_level) THEN