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
Get Started: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

Add fix Option in table type value set

Summary:

I have a table type value set that return a list of departments. I want to add 'All Departments' as an option.

Here the current configuration. (Without 'All Department')

FROM Clause: HR_ORG_UNIT_CLASSIFICATIONS_F hac, HR_ALL_ORGANIZATION_UNITS_F hao, HR_ORGANIZATION_UNITS_F_TL haotl

Value Column Name: substr(haotl.name,1,125)

WHERE Clause: hao.ORGANIZATION_ID = hac.ORGANIZATION_ID 

and sysdate between hao.EFFECTIVE_START_DATE AND hao.EFFECTIVE_END_DATE 

AND hao.ORGANIZATION_ID = haotl.ORGANIZATION_ID 

AND hao.EFFECTIVE_START_DATE BETWEEN hac.EFFECTIVE_START_DATE AND hac.EFFECTIVE_END_DATE 

AND haotl.LANGUAGE = USERENV('LANG') 

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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