Finding Request group based on Responsibility in Oracle


  select   g.request_group_name, fr.responsibility_name
    from   fnd_request_groups g, fnd_responsibility r, fnd_responsibility_tl fr
   where       fr.responsibility_name = 'Responsibility Name'
           and g.request_group_id = r.request_group_id
           and r.end_date is null
           and r.responsibility_id = fr.responsibility_id
           and fr.language = 'US'
order by   fr.responsibility_name

Comments

Popular posts from this blog

Create attachments and attach them to Sales Order Header or Order Lines

Link XLA Tables With AR Tables To Get Information From GL