Advanced Collections - EBS (MOSC)

MOSC Banner

How to get responsibilities across all instances

edited Oct 30, 2013 7:28AM in Advanced Collections - EBS (MOSC) 1 commentAnswered
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 faWHERE

fa.APPLICATION_ID = a.APPLICATION_IDAND r.application_id = a.application_idORDER BY 2,1

Any help is appreciated.

Thanks,

Vids

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center