This query can give details of a Oracle Application Responsibility and list of menus and functions that are excluded from that responsibility.
Wednesday, February 27, 2013
Responsibility: Menu Exclusion
Labels:
FND (Application Object Library)
Subscribe to:
Post Comments (Atom)
Awesome one.
ReplyDeleteThis apparently filters out the responsibilities that does not have menu exclusions. Is it possible to modify the sql to show all responsibilities irrespective of exclusions.
ReplyDeleteSrikanth
if you remove table "apps.fnd_resp_functions" from the above query, you should get all the responsibilities.
DeleteDon't remove the table but do outer joins so that you get those resps which does not have any menus
DeleteIs there a sql that show only the exclusions?
ReplyDeleteHI Sanjai ,
ReplyDeletehow to add one menu under menu exclusion at bulk responsibilitys at a time ,any update script is there ?
Thanks Sanjai for this helpful and handy query.
ReplyDeletehow do you modify script to show only certain menu exclusions?
ReplyDeleteThanks, perfect
ReplyDelete