Cannot view the package body
We had package M3LETTER own by schema MOD03 and can view from it using PL/SQL Developer tool and also using the SQL*Plus by
SELECT text FROM all_source WHERE name = '<objectname>';
Our dba had issued the command
GRANT EXECUTE ON MOD03.M3LETTER TO AppUser;
But still could not have view the package body for MOD03.M3LETTER package. What are we missing? Thanks.