/ Published in: PL/SQL
I found this today and it's very useful for finding the responsibility key when trying ot run OAF from JDev.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
SELECT r.responsibility_name,r.responsibility_key, fa.APPLICATION_SHORT_NAME, r.version, u.user_name, u.description, ur.start_date, ur.end_date apps_fnd.fnd_user_resp_groups_direct ur, fnd_responsibility_vl r, fnd_application_tl a, fnd_application fa ur .responsibility_id = r.responsibility_id
URL: http://forums.oracle.com/forums/thread.jspa?threadID=953780