DBA Data[Home] [Help]

APPS.HR_PERSON_DELETE dependencies on PER_DISABILITY_API

Line 2763: 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);

2759: open DISABILITIES;
2760: loop
2761: fetch DISABILITIES INTO v_disability_id, v_object_version_no, v_effective_start_date, v_effective_end_date;
2762: EXIT when DISABILITIES%NOTFOUND;
2763: 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);
2764: END LOOP;
2765: --
2766: hr_utility.set_location('HR_PERSON_DELETE.DELETE_A_PERSON', 120);
2767: --