No, for source code of PL/SQL objects look at USER_SOURCE (ALL_SOURCE/DBA_SOURCE).
Something like:
SELECT text FROM dba_source
WHERE owner = 'USER_A' AND type = 'PROCEDURE' AND name = 'PROCEDURE_A'
ORDER BY line;
HTH,
|
Results 1 to 2 of 2
Thread: sql plusThreaded View
|
Click Here to Expand Forum to Full Width |