How to get responsibilities across all instances
All,
Not sure where I need to post the above query for help. How to get the list of all responsibilities across all instances.
Script below gives the responsibilities in local instance.
SELECT r.responsibility_name,r.responsibility_key, fa.APPLICATION_SHORT_NAME, r.versionFROM apps.fnd_responsibility_vl r,apps.fnd_application_tl a,apps.fnd_application faWHEREfa.APPLICATION_ID = a.APPLICATION_IDAND r.application_id = a.application_idORDER BY 2,1Any help is appreciated.
Thanks,
Vids
0