Hr_person_absence_api.create_person_absence Api Getting Error 100--ORA-01403: No Data Found (Doc ID
Dear All,
when am running person absence creation api following error is coming: even i followed the below document also
Doc ID 1984698.1) getting same error
i intilizae the profile options also.
Please help me it is urgent basis.
Below is my code:
DECLARE
v_effective_date date := TO_DATE ('01-Aug-2018', 'DD-MON-YYYY');
v_person_id number := 1936;
v_business_group_id number := 81;
v_absence_attendance_type_id NUMBER :='3061';
v_date_notification date := TO_DATE ('01-AUG-2018', 'DD-MON-YYYY');
v_date_start date := TO_DATE ('03-OCT-2018', 'DD-MON-YYYY');