DBA Data[Home] [Help]

APPS.PER_NO_WORK_INCIDENT_API dependencies on PER_WORK_INCIDENT_API

Line 170: per_work_incident_api.create_work_incident

166: hr_utility.set_location(l_proc, 60);
167: --
168: -- Call the Work Incident business process
169: --
170: per_work_incident_api.create_work_incident
171: (p_validate => p_validate
172: ,p_effective_date => p_effective_date
173: ,p_person_id => p_person_id
174: ,p_incident_reference => p_incident_reference

Line 429: per_work_incident_api.update_work_incident

425: hr_utility.set_location(l_proc, 60);
426: --
427: -- Call the contract business process
428: --
429: per_work_incident_api.update_work_incident
430: (p_validate => p_validate
431: ,p_effective_date => p_effective_date
432: ,p_incident_id => p_incident_id
433: ,p_object_version_number => p_object_version_number