table_type_dec

table_type_dec 
      ::= 
      "type" type_name "is" "table" 
      "of" field_spec 
      "indexed" "by" "binary_integer" ";" 

[rule list]
This rule is call by

-> plsql_table_declaration