201: FOR i in 1..x_msg_count
202: LOOP
203: FND_MSG_PUB.GET(
204: p_msg_index => i,
205: p_encoded => FND_API.G_FALSE,
206: p_data => x_msg_data,
207: p_msg_index_out => x_msg_index_out
208: );
209: