oraclelover
Member²
This would be a really cool feature to have. Say I have the peice of code in a package labeled SAMPLE at the bottom. Now pv_eas_edd_rec was passed to the procedure from somewhere else which was passed to that procedure from somewhere else etc etc. I would like to right click or something on pv_eas_edd_rec and have it transverese the code to find the origin of pv_eas_edd_rec and show me the select statement that populated that record. As of now I can do a find on pv_eas_edd_rec and I end up getting hundreds of returns because this is used and defined all over the place. That's why the logic must snake through the logic to find the correct origin. That is going to the calling function or procedure and etc etc. Don't think about 100 packages in the system think of a system with 10,000 + packages. For smaller systems the find works great. For larger code bases it can not be as fast to find the origin as I would like. If I'm missing something let me know.
Thanks
SAMPLE CODE
IF pv_eas_edd_rec.edd_edit_cd = 'MIN_ASE_YEAR'
Thanks
SAMPLE CODE
IF pv_eas_edd_rec.edd_edit_cd = 'MIN_ASE_YEAR'