Administrator
|
Okay. If it is not certain and it is abstract, then you will define the privileged users/responsibilities, and then report the users which belong to that group. For instance, SYSADMIN is privileged user. System Administrator is a privileged responsibility in that context.
But a custom user may also have critical responsibilities and can be considered as a privileged user.
That list may differ.. It depends on the responsibilities assigned to your users.
You can query the database to find those things..
Tables like fnd_user fnd_user_resp_groups , fnd_responsibility can be queried for this. There are some scripts already available in oracle blogs for querying these tables.
We have also standard concurrent programs for listing the active users and active responsibilities.
check -> Active Users Report & Active Responsibilities Report
|