I pretty sure this is true but I couldn't find it stated in my text, so I just wanted to verify it.
Is the following true?
If $\phi$ is general recursive in $\Psi$ and $\Psi$ is general recursive, then $\phi$ is general recursive.
Yes, this is true (if a bit garbled - I think "each are" should be replaced with "is"). Informally, suppose I have a computable procedure $\pi$ for computing $A$ from $B$, and I separately have a computable procedure $\rho$ for building $B$. Then I'll compute $A$ as follows: build more and more of $B$ via $\rho$, and keep checking whether the amount of $B$ we've built so far is enough to determine - via $\pi$ - the desired "bit" of $A$. Eventually we'll see $\pi$ "make up its mind" since it can only use finitely many "bits" of $B$ in a single computation, and the resulting answer is the desired "bit" of $A$.
It's a good exercise to give a fully-detailed proof of this fact (basically, you'll "compose" a Turing reduction and a Turing computation).