cursor_body ::=
CURSOR cursor_name 
 [(cursor_parameter_declaration [, cursor_parameter_declaration]...)]
RETURN rowtype IS select_statement;