HOW TO find the workflow administratorThis is a featured page

Platform: Oracle App: Oracle Applications Tool: Oracle Workflow
DB Ver: 9.2 App Ver: 11.5.8 Tool Ver: 2.6.2
Revision Date: 17-Feb-2006 Keywords: HOWTO, WORKFLOW, ADMIN, ADMINISTRATOR

Goal
To find the workflow administrator

Facts


Solution
The following script will show which role has the administrator privileges:

select
text
from
wf_resources
where 1=1
and name = 'WF_ADMIN_ROLE'
/

The following script will show which role name for an Oracle Apps responsibility that has the administrator privileges:

select
name
,display_name
from
wf_roles
where 1=1
and display_name like '%Admin%'
/



consultium
consultium
Latest page update: made by consultium , Oct 7 2009, 4:27 AM EDT (about this update About This Update consultium Edited by consultium

1 word added

view changes

- complete history)
More Info: links to this page
There are no threads for this page.  Be the first to start a new thread.