hr_person_absence_api.create_person_absence api has not creating absence values.
ErrorORA-01403: no data found
Below api is the code am executing :-
DECLARE
l_assign_id NUMBER;
p_object_version_number NUMBER;
p_absence_attendance_id NUMBER;
p_occurrence NUMBER;
p_dur_dys_less_warning BOOLEAN;
p_dur_hrs_less_warning BOOLEAN;
p_exceeds_pto_entit_warning BOOLEAN;
p_exceeds_run_total_warning BOOLEAN;
p_abs_overlap_warning BOOLEAN;
p_abs_day_after_warning BOOLEAN;
p_dur_overwritten_warning BOOLEAN;
l_days NUMBER := 14;
l_hours NUMBER := NULL;
BEGIN
begin
fnd_global.apps_initialize(user_id=>1792,
resp_id=>24178,
resp_appl_id=>800);
end;
hr_person_absence_api.create_person_absence (
p_validate => FALSE,