DBA Data[Home] [Help]

APPS.OE_DEBUG_PUB dependencies on FND_GLOBAL

Line 304: p_debug_msg := p_debug_msg || fnd_global.local_chr(10) || G_DEBUG_TBL(g_debug_index);

300: x_msg_len := length(G_DEbug_tbl(g_debug_index+1));
301: if (x_buffer_len + x_msg_len) < 2000 and x_msg_count <40 then
302: g_debug_index := g_debug_index + 1;
303: x_msg_count := x_msg_count + 1;
304: p_debug_msg := p_debug_msg || fnd_global.local_chr(10) || G_DEBUG_TBL(g_debug_index);
305: x_buffer_len := x_buffer_len + x_msg_len;
306: else
307: exit;
308: end if;