Is there any difference between
$(\forall e) ((\exists N=N(e)) (P(N,e)))$.
and
$(\forall e) ((\exists N)(P(N,e)))$
Should we read this two statements differently? What does this $N=N(e)$ stand for? To me it is clear that $N$ depends somehow on $e$ from both statements.