DBA Data[Home] [Help]

APPS.HR_PERSON_DELETE dependencies on PER_DISABILITY_API

Line 2692: per_disability_api.delete_disability(false,p_session_date ,'ZAP',v_disability_id, v_object_version_no, v_effective_start_date, v_effective_end_date);

2688: open DISABILITIES;
2689: loop
2690: fetch DISABILITIES INTO v_disability_id, v_object_version_no, v_effective_start_date, v_effective_end_date;
2691: EXIT when DISABILITIES%NOTFOUND;
2692: per_disability_api.delete_disability(false,p_session_date ,'ZAP',v_disability_id, v_object_version_no, v_effective_start_date, v_effective_end_date);
2693: END LOOP;
2694: --
2695: hr_utility.set_location('HR_PERSON_DELETE.DELETE_A_PERSON', 120);
2696: --