This script will display all the responsibilities for a given Username.

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 ('ERPSCHOOLS')

Related Articles:

  1. Script to End Date Responsibility for a User
  2. Shell Script Tutorial

admin

 Leave a Reply

[Social Login] Please enable at least one social network!

*

*


*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

© 2011 erpSchools Suffusion theme by Sayontan Sinha