DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on PER_WORK_INCIDENT_API

Line 3689: per_work_incident_api.delete_work_incident(false,l_incident_id, l_object_version_number);

3685: open csr_work_incidents;
3686: LOOP
3687: fetch csr_work_incidents INTO l_incident_id, l_object_version_number;
3688: EXIT when csr_work_incidents%NOTFOUND;
3689: per_work_incident_api.delete_work_incident(false,l_incident_id, l_object_version_number);
3690: END LOOP;
3691: --
3692: if g_debug then
3693: hr_utility.set_location(l_proc, 310);