Issue with Views in HCM cloud Learning Management (WLF_LRNR_COMPLETION_DETAILS_V) in Specialization
Summary
Joins are missing in the Specialization item type part in the Views WLF_LRNR_COMPLETION_DETAILS_V and WLF_LRNR_COMPLETION_SUMMARY_VContent
In the code of the views while checking in https://docs.oracle.com/en/cloud/saas/human-resources/21a/oedmh/work-life.html#wlflrnrcompletionsummaryv-3497, there seems to be an important join missing. So the view keeps running for item type 'ORA_SPECIALIZATION' and gets timed out.
In the SECTION_COURSE_ASG_INFO cte part, the join is only with item_id, instead it should have been with the specialization assignment record id also, which should've been inherited from the above steps.
Tagged:
1