Human Capital Management - EBS (MOSC)

MOSC Banner

EBS query that pulls more details works slow

Hi team,

I know that this question is not related to performance query part but because it is related to pulling data from EBS back end i need some guide how to best manage this.

I have select query which uses subquery to produce results:

SELECT 
  fu.user_name       "User name",  frt.responsibility_name "Responsibility Name" ,
  furg.start_date     "Start Date" ,  furg.end_date      "End Date" ,
  fu.last_logon_date    "Last Logon Date",  fr.responsibility_key  "Responsibility key",
  fu.email_address     "Email Address",  fu.description      "Description" ,
  m.MANAGER_NAME, m.MANAGER_EMAIL   
FROM
  fnd_user_resp_groups_direct   furg,  fnd_user        fu,
  applsys.fnd_responsibility_tl  frt,  applsys.fnd_responsibility   fr, 
 (select distinct e.employee_number

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