Believe in yourself, and remember that anything is possible. Believe in what makes you feel good. Believe in what makes you happy. Believe in the dreams you have always wanted to come true.

Edi Yanto (何 萬 新)

How To Get the List of All Responsibilities Assigned To A User

Posted by: Edi Yanto on: May 28, 2009

SELECT frv.responsibility_name name, frv.start_date, frv.end_date
  FROM apps.fnd_user_resp_groups furg,
       apps.fnd_responsibility_vl frv,
       apps.fnd_user fu
 WHERE furg.user_id = fu.user_id
   AND fu.user_id = (SELECT user_id
                      FROM fnd_user
                     WHERE user_name = UPPER(:p_user_name))
   AND furg.responsibility_id = frv.responsibility_id
   AND furg.responsibility_application_id = frv.application_id

  • Share/Save/Bookmark

Leave a Reply


Edi Yanto
Oracle Applications Technical Consultant
View Edi Yanto's profile on LinkedIn
Edi Yanto (何 萬 新) - Blogged Google PageRank Checker

My Certifications

Sponsored Links


  • Edi Yanto: Hi Miki, How about the result if you change the data type of the image column to BLOB data type? Thanks, Edi
  • Miki: Edi, All images are 900 x 1200 and have size about 100K. When I insert those images in table with READ_IMAGE_FILE(path, ‘JPG’, ‘PER_IMAG
  • Edi Yanto: Hi Miki, Yes, I was suspicious the size of those images are the main problem.. over 3MB? it's about 2048 x 1536, so high resolution... You must conve

 

November 2009
M T W T F S S
« Oct    
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Visitors

Categories

Blog Stats

Counter Powered by  RedCounter


Users Online