595: FOR j in 1..x_msg_count
596: LOOP
597: FND_MSG_PUB.GET(
598: p_msg_index => j,
599: p_encoded => FND_API.G_FALSE,
600: p_data => x_msg_data,
601: p_msg_index_out => x_msg_index_out
602: );
603: