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
GET_ABSENCE_COUNTS fast formula function
Summary
GET_ABSENCE_COUNTS fast formula function get the occuranceContent
Fusion Absence: Calling "GET_ABSENCE_COUNTS" from Validation Fast Formula to get the occurance
I used following function,
GET_ABSENCE_COUNTS(p_person_id
,p_include_type_id
,p_exclude_type_id
,p_include_categor_id
,p_exclude_category_id
,p_include_reason_id
,p_exclude_reason_id
,p_start_date_from
,p_start_date_to
,p_duration_days
,p_duration_hours
,p_duration_cal
,p_duration_weeks
,p_duration_months
,p_duration_years
,p_occurances
)
i need to get occurrence,
but occurrence is returning 0 always,
guide me to resolve.
0