DBA Data[Home] [Help]

APPS.XLA_00707_AAD_S_000007_BC_PKG dependencies on XLA_CONTEXT_PKG

Line 33328: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

33324: -- Event count context is set in xla_accounting_pkg.unit_processor.
33325: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
33326: -- to report it as a general error.
33327: --
33328: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
33329: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
33330:
33331: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
33332: trace

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

33325: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
33326: -- to report it as a general error.
33327: --
33328: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
33329: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
33330:
33331: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
33332: trace
33333: (p_msg => '# of extracted headers and events does not match'

Line 33345: ||xla_context_pkg.get_event_count_context

33341: ,p_module => l_log_module);
33342:
33343: trace
33344: (p_msg => '# of events in xla_events_gt: '
33345: ||xla_context_pkg.get_event_count_context
33346: ,p_level => C_LEVEL_STATEMENT
33347: ,p_module => l_log_module);
33348:
33349: trace

Line 33351: ||xla_context_pkg.get_event_nohdr_context

33347: ,p_module => l_log_module);
33348:
33349: trace
33350: (p_msg => 'Event No Header Extract Context: '
33351: ||xla_context_pkg.get_event_nohdr_context
33352: ,p_level => C_LEVEL_STATEMENT
33353: ,p_module => l_log_module);
33354:
33355: END IF;

Line 33358: xla_context_pkg.set_event_nohdr_context

33354:
33355: END IF;
33356:
33357:
33358: xla_context_pkg.set_event_nohdr_context
33359: (p_nohdr_extract_flag => 'Y'
33360: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
33361:
33362: IF (C_LEVEL_STATEMENT >= g_log_level) THEN