DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on PER_WORK_INCIDENT_API

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

3738: open csr_work_incidents;
3739: LOOP
3740: fetch csr_work_incidents INTO l_incident_id, l_object_version_number;
3741: EXIT when csr_work_incidents%NOTFOUND;
3742: per_work_incident_api.delete_work_incident(false,l_incident_id, l_object_version_number);
3743: END LOOP;
3744: --
3745: if g_debug then
3746: hr_utility.set_location(l_proc, 310);