Hi,
Does anyone know how to create a procedure that calls another procedure with a cursor and then uses that cursor in a loop?
procedure SP_ASSIGN_HOUSING
AS
myHousingRankingCursor HOUSINGTYPES.HOUSING_CURSOR;
BEGIN
/* call SP with cursor */
SP_GET_HOUSING_LIST(myHousingRankingCursor);
/*...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.