[ FOR record_name IN
  { cursor_name [ ( cursor_parameter_declaration
                    [ [,] cursor_parameter_declaration ]... )]
  | ( select_statement )
  }
    LOOP statement... END LOOP [label] ;