You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How Extract flexfield attributes of department

edited Jun 30, 2020 8:32AM in Reporting and Analytics for HCM 2 comments

Content

Hello Guys,

I need to extract the flex-field attributes of department, but by using this query I don't find any things. Moreover, I have a lot of duplicate rows with the same value how i can resolve?

This is the query I used:

select FIRST_NAME, LAST_NAME, name.PERSON_ID, org.name as Department, info.*
    from PER_PERSON_NAMES_F name
    join PER_ALL_ASSIGNMENTS_M assignment on name.PERSON_ID = assignment.PERSON_ID
    join HR_ORGANIZATION_UNITS_F_TL org on assignment.ORGANIZATION_ID = org.ORGANIZATION_ID
    join HR_ORGANIZATION_INFORMATION_F info on info.ORGANIZATION_ID = org.ORGANIZATION_ID

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!