SQL to Link FND_USER to HR Assigments
Hi, I am new to working in an service with both Core Financials products and HCM.
So I need a query that will report
- FND_USER.USER_NAME
- per_all_people_f.full_name
- Organization (from Assignments tab)
- Position (from the Assignments tab)
In picture terms I have put this in the attached.
I have tried to join the tables, always seem to be plagued by unended assignments. These report and end date of 31-DEC-2012 (no idea where that date comes from)
I am only interested in assignments that have no end date
My BAD sql is in the second attachment