/ Published in: PL/SQL
URL: http://forums.oracle.com/forums/thread.jspa?threadID=953780
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
SELECT r.responsibility_name,r.responsibility_key, fa.APPLICATION_SHORT_NAME, r.version, u.user_name, u.description, r.start_date, r.end_date apps_fnd.fnd_user_resp_groups ur, fnd_responsibility_vl r, fnd_application_tl a, fnd_application fa ur .responsibility_id = r.responsibility_id
You need to login to post a comment.
