DBA Data[Home] [Help]

APPS.XLA_00200_AAD_S_000010_PKG dependencies on XLA_CONTEXT_PKG

Line 145197: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count

145193: -- Event count context is set in xla_accounting_pkg.unit_processor.
145194: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
145195: -- to report it as a general error.
145196: --
145197: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
145198: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
145199:
145200: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
145201: trace

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

145194: -- Build_Message for this error is called in xla_accounting_pkg.post_accounting
145195: -- to report it as a general error.
145196: --
145197: IF xla_context_pkg.get_event_count_context <> g_hdr_extract_count
145198: AND xla_context_pkg.get_event_nohdr_context <> 'Y' THEN
145199:
145200: IF (C_LEVEL_STATEMENT >= g_log_level) THEN
145201: trace
145202: (p_msg => '# of extracted headers and events does not match'

Line 145214: ||xla_context_pkg.get_event_count_context

145210: ,p_module => l_log_module);
145211:
145212: trace
145213: (p_msg => '# of events in xla_events_gt: '
145214: ||xla_context_pkg.get_event_count_context
145215: ,p_level => C_LEVEL_STATEMENT
145216: ,p_module => l_log_module);
145217:
145218: trace

Line 145220: ||xla_context_pkg.get_event_nohdr_context

145216: ,p_module => l_log_module);
145217:
145218: trace
145219: (p_msg => 'Event No Header Extract Context: '
145220: ||xla_context_pkg.get_event_nohdr_context
145221: ,p_level => C_LEVEL_STATEMENT
145222: ,p_module => l_log_module);
145223:
145224: END IF;

Line 145227: xla_context_pkg.set_event_nohdr_context

145223:
145224: END IF;
145225:
145226:
145227: xla_context_pkg.set_event_nohdr_context
145228: (p_nohdr_extract_flag => 'Y'
145229: ,p_client_id => sys_context('USERENV','CLIENT_IDENTIFIER'));
145230:
145231: IF (C_LEVEL_STATEMENT >= g_log_level) THEN