DBA Data[Home] [Help]

APPS.PER_MX_WORK_INCIDENT_API dependencies on PER_WORK_INCIDENT_API

Line 22: Description : This is Mexican wrapper package for per_work_incident_api.

18: ******************************************************************
19:
20: Name : PER_MX_WORK_INCIDENT_API
21:
22: Description : This is Mexican wrapper package for per_work_incident_api.
23:
24: Change List
25: -----------
26: Date Name Vers Bug No Description

Line 36: Purpose : This procedure acts as wrapper for per_work_incident_api.create_work_incident.

32:
33: g_proc_name varchar2 (50);
34: /*******************************************************************************
35: Name : create_mx_work_incident
36: Purpose : This procedure acts as wrapper for per_work_incident_api.create_work_incident.
37: *******************************************************************************/
38:
39: PROCEDURE CREATE_MX_WORK_INCIDENT
40: (p_validate in boolean default false

Line 136: per_work_incident_api.create_work_incident

132: --
133: hr_mx_utility.check_bus_grp(hr_mx_utility.get_bg_from_person(p_person_id),'MX');
134: --
135:
136: per_work_incident_api.create_work_incident
137: (p_validate => p_validate
138: ,p_effective_date => p_effective_date
139: ,p_person_id => p_person_id
140: ,p_incident_reference => p_incident_reference

Line 229: Purpose : This procedure acts as wrapper for per_work_incident_api.create_work_incident.

225:
226:
227: /*******************************************************************************
228: Name : update_mx_work_incident
229: Purpose : This procedure acts as wrapper for per_work_incident_api.create_work_incident.
230: *******************************************************************************/
231:
232: PROCEDURE UPDATE_MX_WORK_INCIDENT
233: (p_validate in boolean default false

Line 335: per_work_incident_api.update_work_incident

331: close c_get_person;
332:
333: hr_mx_utility.check_bus_grp (hr_mx_utility.get_bg_from_person(l_person_id),'MX');
334:
335: per_work_incident_api.update_work_incident
336: (p_validate => p_validate
337: ,p_effective_date => p_effective_date
338: ,p_incident_id => p_incident_id
339: ,p_object_version_number => p_object_version_number