DBA Data[Home] [Help]

APPS.XLA_00707_AAD_S_000005_BC_PKG dependencies on XLA_CONTEXT_PKG

Line 14992: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

14988: -- Event count context is set in xla_accounting_pkg.unit_processor.
14989: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
14990: -- to report it as a general error.
14991: --
14992: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
14993: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
14994:
14995: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
14996: trace

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

14989: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
14990: -- to report it as a general error.
14991: --
14992: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
14993: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
14994:
14995: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
14996: trace
14997: (p_msg => '# of extracted headers and events does not match'

Line 15009: ||xla_context_pkg.get_event_count_context

15005: ,p_module => l_log_module);
15006:
15007: trace
15008: (p_msg => '# of events in xla_events_gt: '
15009: ||xla_context_pkg.get_event_count_context
15010: ,p_level => C_LEVEL_STATEMENT
15011: ,p_module => l_log_module);
15012:
15013: trace

Line 15015: ||xla_context_pkg.get_event_nohdr_context

15011: ,p_module => l_log_module);
15012:
15013: trace
15014: (p_msg => 'Event No Header Extract Context: '
15015: ||xla_context_pkg.get_event_nohdr_context
15016: ,p_level => C_LEVEL_STATEMENT
15017: ,p_module => l_log_module);
15018:
15019: END IF;

Line 15022: xla_context_pkg.set_event_nohdr_context

15018:
15019: END IF;
15020:
15021:
15022: xla_context_pkg.set_event_nohdr_context
15023: (p_nohdr_extract_flag => 'Y'
15024: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
15025:
15026: IF (C_LEVEL_STATEMENT >= g_log_level) THEN