DBA Data[Home] [Help]

APPS.XLA_00201_AAD_S_000005_BC_PKG dependencies on XLA_CONTEXT_PKG

Line 60366: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

60362: -- Event count context is set in xla_accounting_pkg.unit_processor.
60363: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
60364: -- to report it as a general error.
60365: --
60366: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
60367: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
60368:
60369: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
60370: trace

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

60363: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
60364: -- to report it as a general error.
60365: --
60366: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
60367: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
60368:
60369: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
60370: trace
60371: (p_msg => '# of extracted headers and events does not match'

Line 60383: ||xla_context_pkg.get_event_count_context

60379: ,p_module => l_log_module);
60380:
60381: trace
60382: (p_msg => '# of events in xla_events_gt: '
60383: ||xla_context_pkg.get_event_count_context
60384: ,p_level => C_LEVEL_STATEMENT
60385: ,p_module => l_log_module);
60386:
60387: trace

Line 60389: ||xla_context_pkg.get_event_nohdr_context

60385: ,p_module => l_log_module);
60386:
60387: trace
60388: (p_msg => 'Event No Header Extract Context: '
60389: ||xla_context_pkg.get_event_nohdr_context
60390: ,p_level => C_LEVEL_STATEMENT
60391: ,p_module => l_log_module);
60392:
60393: END IF;

Line 60396: xla_context_pkg.set_event_nohdr_context

60392:
60393: END IF;
60394:
60395:
60396: xla_context_pkg.set_event_nohdr_context
60397: (p_nohdr_extract_flag => 'Y'
60398: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
60399:
60400: IF (C_LEVEL_STATEMENT >= g_log_level) THEN