362: FOR i in 1..x_msg_count
363: LOOP
364: FND_MSG_PUB.GET(
365: p_msg_index => i,
366: p_encoded => FND_API.G_FALSE,
367: p_data => x_msg_data,
368: p_msg_index_out => l_msg_index_out
369: );
370: