[Home] [Help]
201: from dual
202: union
203: select area_code
204: , name area
205: from bis_areas_v
206: order by 2;
207:
208: BEGIN
209:
422: from dual
423: union
424: select area_code
425: , name area
426: from bis_areas_v
427: order by 2;
428:
429: -- Cursor for Geography Value (Country) Parameter
430: cursor c_country is