DBA Data[Home] [Help]

APPS.XLA_00200_AAD_S_000012_BC_PKG dependencies on XLA_CONTEXT_PKG

Line 45886: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

45882: -- Event count context is set in xla_accounting_pkg.unit_processor.
45883: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
45884: -- to report it as a general error.
45885: --
45886: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
45887: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
45888:
45889: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
45890: trace

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

45883: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
45884: -- to report it as a general error.
45885: --
45886: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
45887: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
45888:
45889: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
45890: trace
45891: (p_msg => '# of extracted headers and events does not match'

Line 45903: ||xla_context_pkg.get_event_count_context

45899: ,p_module => l_log_module);
45900:
45901: trace
45902: (p_msg => '# of events in xla_events_gt: '
45903: ||xla_context_pkg.get_event_count_context
45904: ,p_level => C_LEVEL_STATEMENT
45905: ,p_module => l_log_module);
45906:
45907: trace

Line 45909: ||xla_context_pkg.get_event_nohdr_context

45905: ,p_module => l_log_module);
45906:
45907: trace
45908: (p_msg => 'Event No Header Extract Context: '
45909: ||xla_context_pkg.get_event_nohdr_context
45910: ,p_level => C_LEVEL_STATEMENT
45911: ,p_module => l_log_module);
45912:
45913: END IF;

Line 45916: xla_context_pkg.set_event_nohdr_context

45912:
45913: END IF;
45914:
45915:
45916: xla_context_pkg.set_event_nohdr_context
45917: (p_nohdr_extract_flag => 'Y'
45918: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
45919:
45920: IF (C_LEVEL_STATEMENT >= g_log_level) THEN