Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
BI report to extract Status information for Absence Management
Summary
Any pre build report to extract absence type and status information for Absence Management?Content
Hello,
If anyone has any pre build report/query to fetch the details highlighted in uploaded image?
I have a created the below query to fetch data but we are getting some duplicate data in it. Might be some join issue.
Query:
SELECT htr.measure,
TO_CHAR(htr.start_time, 'MM/DD/YYYY') start_date1,
TO_CHAR(htr.stop_time ,'MM/DD/YYYY') end_date1,
ancatrbs.attribute_category anc_absence_type,
htr.resource_id,
htr.unit_of_measure,
APAE.*
FROM hwm_tm_rep_atrbs ancatrbs
0