Parsing sql output from one procedure into another
429085Sep 8 2006 — edited Sep 11 2006That is probalby a very poor subject heading...
I've got a PL/SQL wrapper that emails a csv file based on the output of a 'wrapped' piece of sql that returns results to a cursor.
I would like to resuse this code, so create another proc to run some sql (Any query you like) Then parse the results of this as a cursor?? ref_cursor?? to another procedure - this being the email wrapper...
Is this possible?