DBA Data[Home] [Help]

APPS.XLA_00801_AAD_S_000003_PKG dependencies on XLA_CONTEXT_PKG

Line 2873: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

2869: -- Event count context is set in xla_accounting_pkg.unit_processor.
2870: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
2871: -- to report it as a general error.
2872: --
2873: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
2874: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
2875:
2876: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
2877: trace

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

2870: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
2871: -- to report it as a general error.
2872: --
2873: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
2874: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
2875:
2876: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
2877: trace
2878: (p_msg => '# of extracted headers and events does not match'

Line 2890: ||xla_context_pkg.get_event_count_context

2886: ,p_module => l_log_module);
2887:
2888: trace
2889: (p_msg => '# of events in xla_events_gt: '
2890: ||xla_context_pkg.get_event_count_context
2891: ,p_level => C_LEVEL_STATEMENT
2892: ,p_module => l_log_module);
2893:
2894: trace

Line 2896: ||xla_context_pkg.get_event_nohdr_context

2892: ,p_module => l_log_module);
2893:
2894: trace
2895: (p_msg => 'Event No Header Extract Context: '
2896: ||xla_context_pkg.get_event_nohdr_context
2897: ,p_level => C_LEVEL_STATEMENT
2898: ,p_module => l_log_module);
2899:
2900: END IF;

Line 2903: xla_context_pkg.set_event_nohdr_context

2899:
2900: END IF;
2901:
2902:
2903: xla_context_pkg.set_event_nohdr_context
2904: (p_nohdr_extract_flag => 'Y'
2905: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
2906:
2907: IF (C_LEVEL_STATEMENT >= g_log_level) THEN