I'm a bit confused about the PH. I know that the class $NP^{NP}$ is the class of problems that can be verified in polynomial time if we have access to an NP oracle. I'm wondering, what is the complexity class $NP^{P^{NP}}$? Is it the same as $NP^{NP}$ (i.e., the second level of PH) or $NP^{NP^{NP}}$ (i.e., the third level of PH)? Basically, will the $P^{NP}$ oracle bring more power?
Thanks.