Quote:
Originally posted by jmodic
And BTW, Sameer, why do you join ALL_ARGUMENTS to ALL_OBJECTS? I think your query will not return anything, as OBJECT_NAME in ALL_ARGUMENTS holds packaged function/procedure names, which on the other hand do not exist in ALL_OBJECTS, because those are not standalone objects! So unless you have created standalone functions/procedures that have the same names as packaged functions/procedures your query will return nothing. Or am I wrong?
Thanks for correction. I joined USER_ARGUMENTS to USER_OBJECTS. It skip from my mind that it doesn't store information for procedure/functions inside the packages as those are not stand alone objects, so USER_OBJECTS won't get any record for that. Sorry about that :-(