606: FOR j in 1..x_msg_count
607: LOOP
608: FND_MSG_PUB.GET(
609: p_msg_index => j,
610: p_encoded => FND_API.G_FALSE,
611: p_data => x_msg_data,
612: p_msg_index_out => x_msg_index_out
613: );
614: