DBA Data[Home] [Help]

APPS.PER_MX_DISABILITY_API dependencies on HR_UTILITY

Line 103: hr_utility.trace('Entering '||l_proc_name);

99: l_proc_name varchar2(100);
100:
101: BEGIN
102: l_proc_name := g_proc_name ||'CREATE_MX_DISABILITY';
103: hr_utility.trace('Entering '||l_proc_name);
104:
105: fnd_profile.put('PER_PERSON_ID',p_person_id);
106: hr_mx_utility.check_bus_grp(hr_mx_utility.get_bg_from_person(p_person_id),'MX');
107:

Line 165: hr_utility.trace('Leaving '||l_proc_name);

161: ,p_object_version_number => p_object_version_number
162: ,p_effective_start_date => p_effective_start_date
163: ,p_effective_end_date => p_effective_end_date);
164:
165: hr_utility.trace('Leaving '||l_proc_name);
166: END CREATE_MX_DISABILITY;
167:
168:
169: /*******************************************************************************

Line 240: hr_utility.trace('Entering '||l_proc_name);

236: l_person_id per_disabilities_v.person_id%type;
237:
238: BEGIN
239: l_proc_name := g_proc_name ||'UPDATE_MX_DISABILITY';
240: hr_utility.trace('Entering '||l_proc_name);
241:
242: OPEN csr_get_person_id;
243: FETCH csr_get_person_id INTO l_person_id;
244: CLOSE csr_get_person_id;

Line 305: hr_utility.trace('Leaving '||l_proc_name);

301: ,p_dis_information1 => p_related_disability_id
302: ,p_effective_start_date => p_effective_start_date
303: ,p_effective_end_date => p_effective_end_date);
304:
305: hr_utility.trace('Leaving '||l_proc_name);
306: END UPDATE_MX_DISABILITY;
307:
308: BEGIN
309: g_proc_name := 'PER_MX_DISABILITY_API.';