DBA Data[Home] [Help]

APPS.XLA_00206_AAD_S_000004_PKG dependencies on XLA_CONTEXT_PKG

Line 7480: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

7476: -- Event count context is set in xla_accounting_pkg.unit_processor.
7477: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
7478: -- to report it as a general error.
7479: --
7480: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
7481: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
7482:
7483: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
7484: trace

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

7477: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
7478: -- to report it as a general error.
7479: --
7480: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
7481: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
7482:
7483: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
7484: trace
7485: (p_msg => '# of extracted headers and events does not match'

Line 7497: ||xla_context_pkg.get_event_count_context

7493: ,p_module => l_log_module);
7494:
7495: trace
7496: (p_msg => '# of events in xla_events_gt: '
7497: ||xla_context_pkg.get_event_count_context
7498: ,p_level => C_LEVEL_STATEMENT
7499: ,p_module => l_log_module);
7500:
7501: trace

Line 7503: ||xla_context_pkg.get_event_nohdr_context

7499: ,p_module => l_log_module);
7500:
7501: trace
7502: (p_msg => 'Event No Header Extract Context: '
7503: ||xla_context_pkg.get_event_nohdr_context
7504: ,p_level => C_LEVEL_STATEMENT
7505: ,p_module => l_log_module);
7506:
7507: END IF;

Line 7510: xla_context_pkg.set_event_nohdr_context

7506:
7507: END IF;
7508:
7509:
7510: xla_context_pkg.set_event_nohdr_context
7511: (p_nohdr_extract_flag => 'Y'
7512: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
7513:
7514: IF (C_LEVEL_STATEMENT >= g_log_level) THEN