Reputation: 7648
TYPE datatype_type
IS
TABLE OF datatype%ROWTYPE
INDEX BY BINARY_INTEGER;
datatype_bulk datatype_type;
I have googled for TYPE keyword but was't able to get answer except for create object types . Please see if anyone can explain this !
Upvotes: 2
Views: 3892