DBA Data[Home] [Help]

APPS.CLN_DEBUG_PUB dependencies on FND_GLOBAL

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

189: x_msg_len := length(G_DEbug_tbl(g_debug_index+1));
190: if (x_buffer_len + x_msg_len) < 2000 and x_msg_count <40 then
191: g_debug_index := g_debug_index + 1;
192: x_msg_count := x_msg_count + 1;
193: p_debug_msg := p_debug_msg || fnd_global.local_chr(10) || G_DEBUG_TBL(g_debug_index);
194: x_buffer_len := x_buffer_len + x_msg_len;
195: else
196: exit;
197: end if;