DBA Data[Home] [Help]

APPS.OE_DEBUG_PUB dependencies on FND_GLOBAL

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

281: x_msg_len := length(G_DEbug_tbl(g_debug_index+1));
282: if (x_buffer_len + x_msg_len) < 2000 and x_msg_count <40 then
283: g_debug_index := g_debug_index + 1;
284: x_msg_count := x_msg_count + 1;
285: p_debug_msg := p_debug_msg || fnd_global.local_chr(10) || G_DEBUG_TBL(g_debug_index);
286: x_buffer_len := x_buffer_len + x_msg_len;
287: else
288: exit;
289: end if;