Can anyone suggest me how can I pull Requisition Hierarchy in Report in fusion HCM
Summary:
I want to capture all approver in the report. Can anyone suggest me how can I move.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
SELECT console.status_category AS "Status",
header.module_identifier AS "Process Name",
--TO_CHAR(header.creation_date, 'MM-DD-YYYY') creation_date,
header.Created_by,
task.TITLE as "Name",
task.ASSIGNEESDISPLAYNAME "Current_Assignees",
--REPLACE (task.ASSIGNEES,',USER','') ASSIGNEES2,
--task.ASSIGNEES as "ASSIGNEES2",
irv.title AS "Requisition Title",
lov1.meaning AS "Recruiting Type",
--irv.justification_code,