DBA Data[Home] [Help]

APPS.XLA_08407_AAD_S_000013_BC_PKG dependencies on XLA_CONTEXT_PKG

Line 13848: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

13844: -- Event count context is set in xla_accounting_pkg.unit_processor.
13845: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
13846: -- to report it as a general error.
13847: --
13848: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
13849: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
13850:
13851: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
13852: trace

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

13845: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
13846: -- to report it as a general error.
13847: --
13848: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
13849: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
13850:
13851: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
13852: trace
13853: (p_msg => '# of extracted headers and events does not match'

Line 13865: ||xla_context_pkg.get_event_count_context

13861: ,p_module => l_log_module);
13862:
13863: trace
13864: (p_msg => '# of events in xla_events_gt: '
13865: ||xla_context_pkg.get_event_count_context
13866: ,p_level => C_LEVEL_STATEMENT
13867: ,p_module => l_log_module);
13868:
13869: trace

Line 13871: ||xla_context_pkg.get_event_nohdr_context

13867: ,p_module => l_log_module);
13868:
13869: trace
13870: (p_msg => 'Event No Header Extract Context: '
13871: ||xla_context_pkg.get_event_nohdr_context
13872: ,p_level => C_LEVEL_STATEMENT
13873: ,p_module => l_log_module);
13874:
13875: END IF;

Line 13878: xla_context_pkg.set_event_nohdr_context

13874:
13875: END IF;
13876:
13877:
13878: xla_context_pkg.set_event_nohdr_context
13879: (p_nohdr_extract_flag => 'Y'
13880: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
13881:
13882: IF (C_LEVEL_STATEMENT >= g_log_level) THEN