DBA Data[Home] [Help]

APPS.PER_DK_WORK_INCIDENT_API dependencies on PER_WORK_INCIDENT_API

Line 182: per_work_incident_api.create_work_incident

178: hr_utility.set_location(l_proc, 60);
179: --
180: -- Call the Work Incident business process
181: --
182: per_work_incident_api.create_work_incident
183: (p_validate => p_validate
184: ,p_effective_date => p_effective_date
185: ,p_person_id => p_person_id
186: ,p_incident_reference => p_incident_reference

Line 465: per_work_incident_api.update_work_incident

461: hr_utility.set_location(l_proc, 60);
462: --
463: -- Call the contract business process
464: --
465: per_work_incident_api.update_work_incident
466: (p_validate => p_validate
467: ,p_effective_date => p_effective_date
468: ,p_incident_id => p_incident_id
469: ,p_object_version_number => p_object_version_number