46:
47: FOR i in 1..x_msg_count LOOP
48: FND_MSG_PUB.GET(
49: p_msg_index => i,
50: p_encoded => FND_API.G_FALSE,
51: p_data => x_msg_data,
52: p_msg_index_out => x_msg_index_out
53: );
54: