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 with Redwood for Oracle Cloud HCM   Begin Now

All Learning Initiatives are not visible in UI.

edited Jun 10, 2023 1:23PM in Learning 1 comment

We have requirement where client wants to see all enrolled employees for particular learning initiative

As parameter for learning initiatives , we are using below query to fetch the list learning initiatives

SELECT DISTINCT name

FROM  wlf_event_assignments_f_tl

WHERE name not like 'Ad Hoc%'

AND     SYSDATE BETWEEN effective_start_date AND effective_end_date

ORDER BY 1

However , In UI we are able to see only one learning initiative and above query is fetching the data whatever in present in UI, which is expected.

Along with that some other learning initiatives also it is pulling, which are not shown in UI.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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