DBA Data[Home] [Help]

APPS.PER_SA_WORK_INCIDENT_API dependencies on PER_WORK_INCIDENT_API

Line 180: per_work_incident_api.create_work_incident

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

Line 458: per_work_incident_api.update_work_incident

454: hr_utility.set_location(l_proc, 60);
455: --
456: -- Call the contract business process
457: --
458: per_work_incident_api.update_work_incident
459: (p_validate => p_validate
460: ,p_effective_date => p_effective_date
461: ,p_incident_id => p_incident_id
462: ,p_object_version_number => p_object_version_number