Perhaps I'm not thinking of the best way to handle this, but let me give you a quick synopsis, and maybe you can tell me whether this is the right approach.
I have a view which exists to have denormalised data from other tables.
I'm trying to incorporate the view in the sproc to allow for full automation with minimal disruption to other procedures, which also uses the denormalised views.
This is why I wanted to know if it was possible to create a view within a stored procedure.