DBA Data[Home] [Help]

APPS.PER_MX_WORK_INCIDENT_API dependencies on HR_MX_UTILITY

Line 133: hr_mx_utility.check_bus_grp(hr_mx_utility.get_bg_from_person(p_person_id),'MX');

129: l_proc_name := g_proc_name||'CREATE_MX_WORK_INCIDENT';
130: hr_utility.trace('Entering '||l_proc_name);
131:
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

Line 333: hr_mx_utility.check_bus_grp (hr_mx_utility.get_bg_from_person(l_person_id),'MX');

329: open c_get_person;
330: fetch c_get_person into l_person_id;
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