Sachin
Member³
TYPE ty_one IS TABLE OF cur1%ROWTYPE INDEX BY PLS_INTEGER;
tab_one ty_one;
Attempt to use Refactoring ... Rename Item and on line one ty_one and change it to ty_two. Nothing happens.
The entire code is valid and is currently compiled successfully in the database.
Using refactor on tab_one changes it correctly at all places in the code.
Thanks,
tab_one ty_one;
Attempt to use Refactoring ... Rename Item and on line one ty_one and change it to ty_two. Nothing happens.
The entire code is valid and is currently compiled successfully in the database.
Using refactor on tab_one changes it correctly at all places in the code.
Thanks,