DBA Data[Home] [Help]

APPS.HR_SE_WORK_INCIDENT_API dependencies on PER_WORK_INCIDENT_API

Line 188: per_work_incident_api.create_work_incident

184: hr_utility.set_location(l_proc, 60);
185: --
186: -- Call the Work Incident business process
187: --
188: per_work_incident_api.create_work_incident
189: (p_validate => p_validate
190: ,p_effective_date => p_effective_date
191: ,p_person_id => p_person_id
192: ,p_incident_reference => p_incident_reference

Line 482: per_work_incident_api.update_work_incident

478: hr_utility.set_location(l_proc, 60);
479: --
480: -- Call the contract business process
481: --
482: per_work_incident_api.update_work_incident
483: (p_validate => p_validate
484: ,p_effective_date => p_effective_date
485: ,p_incident_id => p_incident_id
486: ,p_object_version_number => p_object_version_number