DBA Data[Home] [Help]

APPS.XLA_00200_AAD_S_000011_PKG dependencies on XLA_CONTEXT_PKG

Line 112764: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

112760: -- Event count context is set in xla_accounting_pkg.unit_processor.
112761: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
112762: -- to report it as a general error.
112763: --
112764: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
112765: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
112766:
112767: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
112768: trace

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

112761: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
112762: -- to report it as a general error.
112763: --
112764: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
112765: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
112766:
112767: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
112768: trace
112769: (p_msg => '# of extracted headers and events does not match'

Line 112781: ||xla_context_pkg.get_event_count_context

112777: ,p_module => l_log_module);
112778:
112779: trace
112780: (p_msg => '# of events in xla_events_gt: '
112781: ||xla_context_pkg.get_event_count_context
112782: ,p_level => C_LEVEL_STATEMENT
112783: ,p_module => l_log_module);
112784:
112785: trace

Line 112787: ||xla_context_pkg.get_event_nohdr_context

112783: ,p_module => l_log_module);
112784:
112785: trace
112786: (p_msg => 'Event No Header Extract Context: '
112787: ||xla_context_pkg.get_event_nohdr_context
112788: ,p_level => C_LEVEL_STATEMENT
112789: ,p_module => l_log_module);
112790:
112791: END IF;

Line 112794: xla_context_pkg.set_event_nohdr_context

112790:
112791: END IF;
112792:
112793:
112794: xla_context_pkg.set_event_nohdr_context
112795: (p_nohdr_extract_flag => 'Y'
112796: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
112797:
112798: IF (C_LEVEL_STATEMENT >= g_log_level) THEN