Technology Stack - EBS (MOSC)

MOSC Banner

Help with the SQL to find the responsibility and user details assigned to particular function

edited May 23, 2017 10:18AM in Technology Stack - EBS (MOSC) 2 commentsAnswered

Hello Gurus,

   Can you please help me to correct the below SQL query. This query is to find responsibility details by the functions (by function_id) and which users are assigned to these responsibilities.

here is the sql i am using...:

select distinct

fff.function_id,

fff.function_name,

                 v.PROMPT, 

                 v.DESCRIPTION Prompt_Discription,

                 ff.form_id,

               --  ff.application_id,

                ff.form_name,

                fm.menu_id,

                fm.menu_name,

                frv.RESPONSIBILITY_ID,

                 frv.responsibility_name,

                 frv.END_DATE,

                fu.user_name,

                fu.email_address,

                frv.END_DATE responsibility_end_date

  FROM apps.FND_FORM_FUNCTIONS          fff,

       apps.fnd_form                    ff,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center