Skip to content
MSPL

MSPL

Inspire growth, embrace learning

  • Home
  • Ready to Use
    • Fusion HCM
    • EBS
  • Resources
  • Home

Reports (BIP) – Query to get Assignee details for a course

  • Home &nbsp / &nbspFusion HCM &nbsp / &nbspReports &nbsp / &nbsp
  • Reports (BIP) – Query to get Assignee details for a course
7 March 2021
0
ByMandeep Gupta
Assignee, BIP, Course, Learner, Learning Cloud, Offering, OLC

Reports (BIP) – Query to get Assignee details for a course

SELECT warf.ASSIGNMENT_RECORD_ID,
warf.EVENT_TYPE,
we.EVENT_TYPE we_event_type,
warf.EVENT_SUB_TYPE,
we.EVENT_SUB_TYPE we_EVENT_SUB_TYPE,
(SELECT person_number
FROM per_all_people_f
WHERE person_id = warf.EVENT_CREATED_BY_ID
AND TRUNC(SYSDATE) BETWEEN effective_start_date AND effective_end_date) created_By,
we.CREATED_BY_ID "Assigned_By_Person_Id",
(SELECT person_number
FROM per_all_people_f
WHERE person_id = we.CREATED_BY_ID
AND TRUNC(SYSDATE) BETWEEN effective_start_date AND effective_end_date) "Assigned_By",
warf.ATTRIBUTION_TYPE,
we.ATTRIBUTION_TYPE we_ATTRIBUTION_TYPE,
(SELECT person_number
FROM per_all_people_f
WHERE person_id = warf.ATTRIBUTION_ID
AND TRUNC(SYSDATE) BETWEEN effective_start_date AND effective_end_date) attribution_id,
warf.ATTRIBUTION_ID warf_ATTRIBUTION_ID,
we.ATTRIBUTION_ID we_ATTRIBUTION_ID,
warf.learner_id,
warf.ATTRIBUTION_LOOKUP_CODE,
warf.EVENT_ASSIGNMENT_ID
from WLF_ASSIGNMENT_RECORDS_F warf,
WLF_EVENT_ASSIGNMENTS_F weaf,
WLF_EVENTS we
where warf.EVENT_ASSIGNMENT_ID = weaf.EVENT_ASSIGNMENT_ID
and trunc(sysdate) between warf.effective_start_date and warf.effective_end_date
and trunc(sysdate) between weaf.effective_start_date and weaf.effective_end_date
and we.event_id = weaf.event_id

Post navigation

Previous Reports (BIP) – Query to extract default Access Group data for a Course/Offering
Next Reports (BIP) – Query to get child request details

About the author

Mandeep Gupta administrator

Related News

25 January 2025
0

BIP – Extract Grade Ladder, Grade and Step details

By Mandeep Gupta
19 January 2025
0

BIP – Report to extract BIP scheduled jobs

By Mandeep Gupta
2 January 2025
0

BIP – Query to fetch assignment costing details

By Mandeep Gupta

Latest Posts

  • BIP – Extract Grade Ladder, Grade and Step details 25 January 2025
  • BIP – Report to extract BIP scheduled jobs 19 January 2025
  • BIP – Query to fetch assignment costing details 2 January 2025
  • HDL – Mass DELETE Document Record Attachments 23 December 2024
  • HDL – HDL to Load US EEO Information against location 22 December 2024
  • HDL – Loading and Extracting ‘Reporting Information’ calculation card 16 November 2024
  • HDL – Send notifications when loading participants in performance document 16 November 2024
  • BIP – Deliver an encrypted file on UCM server 19 October 2024
  • BIP – Query to extract worker manager job name 19 October 2024
  • BIP – Find list of message sent from Oracle Alert 23 September 2024

Categories

  • Approvals
  • Configuration
  • Fast Formula
  • HCM Extracts
  • HDL
  • HRHD
  • Infolets
  • Notifications
  • Reports
  • REST APIs
  • Security
  • Uncategorized

Recent Comments

  • Jacob Lewis on Configuration – Extract Table based value set information
  • xmc.pl on BIP – Query to get worker Parent Position
  • Aegean College on HDL – Email Data Obfuscation in Test environment
  • Demetris on HDL – Sample file to load Talent Profile data
  • Ash on HDL – Sample file to update user name to email address

Archives

  • January 2025 (3)
  • December 2024 (2)
  • November 2024 (2)
  • October 2024 (2)
  • September 2024 (1)
  • August 2024 (1)
  • June 2024 (7)
  • May 2024 (1)
  • April 2024 (1)
  • March 2024 (1)
  • February 2024 (1)
  • January 2024 (4)
  • December 2023 (4)
  • November 2023 (4)
  • October 2023 (5)
  • September 2023 (4)
  • August 2023 (10)
  • July 2023 (12)
  • June 2023 (5)
  • May 2023 (7)
  • March 2023 (7)
  • January 2023 (2)
  • November 2022 (2)
  • October 2022 (8)
  • September 2022 (3)
  • August 2022 (5)
  • July 2022 (4)
  • June 2022 (4)
  • May 2022 (8)
  • April 2022 (3)
  • March 2022 (6)
  • February 2022 (5)
  • January 2022 (3)
  • December 2021 (7)
  • November 2021 (11)
  • October 2021 (2)
  • September 2021 (13)
  • August 2021 (6)
  • July 2021 (3)
  • June 2021 (13)
  • May 2021 (18)
  • April 2021 (10)
  • March 2021 (13)
  • February 2021 (24)
  • January 2021 (17)
  • December 2020 (5)
  • BIP – Extract Grade Ladder, Grade and Step details
  • BIP – Report to extract BIP scheduled jobs
  • BIP – Query to fetch assignment costing details
  • HDL – Mass DELETE Document Record Attachments
  • HDL – HDL to Load US EEO Information against location

Proudly powered by WordPress | Theme: Appointment by Webriti

Exit mobile version