DBA Data[Home] [Help]

APPS.XLA_00206_AAD_S_000003_PKG dependencies on XLA_CONTEXT_PKG

Line 5514: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

5510: -- Event count context is set in xla_accounting_pkg.unit_processor.
5511: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
5512: -- to report it as a general error.
5513: --
5514: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
5515: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
5516:
5517: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
5518: trace

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

5511: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
5512: -- to report it as a general error.
5513: --
5514: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
5515: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
5516:
5517: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
5518: trace
5519: (p_msg => '# of extracted headers and events does not match'

Line 5531: ||xla_context_pkg.get_event_count_context

5527: ,p_module => l_log_module);
5528:
5529: trace
5530: (p_msg => '# of events in xla_events_gt: '
5531: ||xla_context_pkg.get_event_count_context
5532: ,p_level => C_LEVEL_STATEMENT
5533: ,p_module => l_log_module);
5534:
5535: trace

Line 5537: ||xla_context_pkg.get_event_nohdr_context

5533: ,p_module => l_log_module);
5534:
5535: trace
5536: (p_msg => 'Event No Header Extract Context: '
5537: ||xla_context_pkg.get_event_nohdr_context
5538: ,p_level => C_LEVEL_STATEMENT
5539: ,p_module => l_log_module);
5540:
5541: END IF;

Line 5544: xla_context_pkg.set_event_nohdr_context

5540:
5541: END IF;
5542:
5543:
5544: xla_context_pkg.set_event_nohdr_context
5545: (p_nohdr_extract_flag => 'Y'
5546: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
5547:
5548: IF (C_LEVEL_STATEMENT >= g_log_level) THEN