DBA Data[Home] [Help]

APPS.XLA_00275_AAD_S_000004_PKG dependencies on XLA_CONTEXT_PKG

Line 88982: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

88978: -- Event count context is set in xla_accounting_pkg.unit_processor.
88979: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
88980: -- to report it as a general error.
88981: --
88982: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
88983: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
88984:
88985: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
88986: trace

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

88979: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
88980: -- to report it as a general error.
88981: --
88982: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
88983: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
88984:
88985: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
88986: trace
88987: (p_msg => '# of extracted headers and events does not match'

Line 88999: ||xla_context_pkg.get_event_count_context

88995: ,p_module => l_log_module);
88996:
88997: trace
88998: (p_msg => '# of events in xla_events_gt: '
88999: ||xla_context_pkg.get_event_count_context
89000: ,p_level => C_LEVEL_STATEMENT
89001: ,p_module => l_log_module);
89002:
89003: trace

Line 89005: ||xla_context_pkg.get_event_nohdr_context

89001: ,p_module => l_log_module);
89002:
89003: trace
89004: (p_msg => 'Event No Header Extract Context: '
89005: ||xla_context_pkg.get_event_nohdr_context
89006: ,p_level => C_LEVEL_STATEMENT
89007: ,p_module => l_log_module);
89008:
89009: END IF;

Line 89012: xla_context_pkg.set_event_nohdr_context

89008:
89009: END IF;
89010:
89011:
89012: xla_context_pkg.set_event_nohdr_context
89013: (p_nohdr_extract_flag => 'Y'
89014: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
89015:
89016: IF (C_LEVEL_STATEMENT >= g_log_level) THEN