DBA Data[Home] [Help]

APPS.XLA_00201_AAD_S_000004_BC_PKG dependencies on XLA_CONTEXT_PKG

Line 54100: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

54096: -- Event count context is set in xla_accounting_pkg.unit_processor.
54097: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
54098: -- to report it as a general error.
54099: --
54100: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
54101: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
54102:
54103: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
54104: trace

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

54097: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
54098: -- to report it as a general error.
54099: --
54100: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
54101: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
54102:
54103: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
54104: trace
54105: (p_msg => '# of extracted headers and events does not match'

Line 54117: ||xla_context_pkg.get_event_count_context

54113: ,p_module => l_log_module);
54114:
54115: trace
54116: (p_msg => '# of events in xla_events_gt: '
54117: ||xla_context_pkg.get_event_count_context
54118: ,p_level => C_LEVEL_STATEMENT
54119: ,p_module => l_log_module);
54120:
54121: trace

Line 54123: ||xla_context_pkg.get_event_nohdr_context

54119: ,p_module => l_log_module);
54120:
54121: trace
54122: (p_msg => 'Event No Header Extract Context: '
54123: ||xla_context_pkg.get_event_nohdr_context
54124: ,p_level => C_LEVEL_STATEMENT
54125: ,p_module => l_log_module);
54126:
54127: END IF;

Line 54130: xla_context_pkg.set_event_nohdr_context

54126:
54127: END IF;
54128:
54129:
54130: xla_context_pkg.set_event_nohdr_context
54131: (p_nohdr_extract_flag => 'Y'
54132: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
54133:
54134: IF (C_LEVEL_STATEMENT >= g_log_level) THEN