DBA Data[Home] [Help]

APPS.BIS_DEBUG_PUB dependencies on FND_GLOBAL

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

183: if (x_buffer_len + x_msg_len) < 1900 and x_msg_count <40 then
184: g_debug_index := g_debug_index + 1;
185: x_msg_count := x_msg_count + 1;
186: -- p_debug_msg := p_debug_msg || chr(10) || G_DEBUG_TBL(g_debug_index);
187: p_debug_msg := p_debug_msg || fnd_global.local_chr(10) || G_DEBUG_TBL(g_debug_index);
188: p_debug_msg := p_debug_msg || ' ' || G_DEBUG_TBL(g_debug_index);
189: x_buffer_len := x_buffer_len + x_msg_len;
190: else
191: exit;