This blog is about to find list of responsibilities which has been assigned for a user .
This script will be very useful to identify the list of responsibilities while migrating and also will usefull to prepare
list's while upgrading ,reimplementation and also very useful to find unauthorized responsibilities of a user.
SELECT fu.user_name,
frt.responsibility_name,
furgd.start_date,
furgd.end_date
FROM fnd_user fu,
fnd_user_resp_groups_direct furgd,
fnd_responsibility_tl frt
WHERE fu.user_id = furgd.user_id
AND furgd.responsibility_id = frt.responsibility_id
AND UPPER (fu.user_name) = UPPER ('USER_NAME')
It is an effort to make my blog a Knowledge repository and Solution Center which provides unique technical and functional solutions for EBS professionals.
ORACLE
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment