Oracle EBS looks for users through responsibility

Source: Internet
Author: User

SELECT DISTINCT papf.person_id,
Papf.employee_number,
Papf.full_name,
SU.USER_ID,
RES.RESPONSIBILITY_ID,
RES.APPLICATION_ID,
Su.user_name,
Res.responsibility_name
From Hr.per_all_people_f Papf,
Applsys.fnd_user Su,
FND_RESPONSIBILITY_VL Res,
Fnd_user_resp_groups_all Furg,
FND_APPLICATION_VL app
WHERE
su.employee_id = papf.person_id (+)
and su.user_id = furg.user_id
and res.responsibility_id = furg.responsibility_id
and res.application_id = furg.responsibility_application_id
and furg.responsibility_application_id = app.application_id
and res.responsibility_name like '%responsibility_name% ';

This article is from the "joyous blog" blog, please be sure to keep this source http://joyous.blog.51cto.com/9184276/1440969

Oracle EBS looks for users through responsibility

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.