Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
How to get access group details from Learning Page.
Summary:
Hi All, I'm trying to fetch Access group details along with the below query. In which table can we find that and how to join with Learning tables?
Code Snippet (add any code snippets that support your topic, if applicable):
select
papf.person_number,
ppnf.known_as,
ppnf.display_name employee_name,
ppnf.first_name,
ppnf.middle_names,
ppnf.last_name,
pldfv.location_name,
wladv.offering_learning_item_id,
wladv.offering_name offering_name,
wladv.offering_number,
per_extract_utility.get_decoded_lookup('****',pplf.****) gender,
lmppnf.display_name manager_name,
ppos.date_start hire_date,
ppos.actual_termination_date,
Tagged:
0