DBA Data[Home] [Help]

APPS.XLA_00707_AAD_S_000020_BC_PKG dependencies on XLA_CONTEXT_PKG

Line 36598: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

36594: -- Event count context is set in xla_accounting_pkg.unit_processor.
36595: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
36596: -- to report it as a general error.
36597: --
36598: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
36599: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
36600:
36601: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
36602: trace

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

36595: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
36596: -- to report it as a general error.
36597: --
36598: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
36599: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
36600:
36601: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
36602: trace
36603: (p_msg => '# of extracted headers and events does not match'

Line 36615: ||xla_context_pkg.get_event_count_context

36611: ,p_module => l_log_module);
36612:
36613: trace
36614: (p_msg => '# of events in xla_events_gt: '
36615: ||xla_context_pkg.get_event_count_context
36616: ,p_level => C_LEVEL_STATEMENT
36617: ,p_module => l_log_module);
36618:
36619: trace

Line 36621: ||xla_context_pkg.get_event_nohdr_context

36617: ,p_module => l_log_module);
36618:
36619: trace
36620: (p_msg => 'Event No Header Extract Context: '
36621: ||xla_context_pkg.get_event_nohdr_context
36622: ,p_level => C_LEVEL_STATEMENT
36623: ,p_module => l_log_module);
36624:
36625: END IF;

Line 36628: xla_context_pkg.set_event_nohdr_context

36624:
36625: END IF;
36626:
36627:
36628: xla_context_pkg.set_event_nohdr_context
36629: (p_nohdr_extract_flag => 'Y'
36630: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
36631:
36632: IF (C_LEVEL_STATEMENT >= g_log_level) THEN