DBA Data[Home] [Help]

APPS.PER_KW_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 428: per_work_incident_api.update_work_incident

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