Need help to find out variable in all places [message #644193] |
Thu, 29 October 2015 10:12 |
Xandot
Messages: 235 Registered: January 2014 Location: India
|
Senior Member |
|
|
Hello All,
I have one requirement to change table column size before it was varchar(50) now client wants to change this with varchar2(200).
Its simple to change the size of table column but my problem is I don't know how many package/functions/procedures in application using this columns with some hard coded varchar2(50) size not the %type. my question is how to find out or change the size of variable in all the places ?
Thanks
|
|
|
|
|
|
|
|