DBA Data[Home] [Help]

APPS.HR_MX_EMPLOYEE_APPLICANT_API dependencies on HR_UTILITY

Line 36: hr_utility.set_location('Entering:'|| l_proc, 10);

32:
33: l_proc := g_package||'mx_hire_to_employee_applicant';
34:
35: if g_debug then
36: hr_utility.set_location('Entering:'|| l_proc, 10);
37: end if;
38:
39: -----------------------------------------------------------------
40: -- Check that the business group of the person is in 'MX'

Line 46: hr_utility.set_location(l_proc, 20);

42: -----------------------------------------------------------------
43: l_business_group_id := hr_mx_utility.get_bg_from_person(p_person_id);
44:
45: if g_debug then
46: hr_utility.set_location(l_proc, 20);
47: end if;
48:
49: hr_mx_utility.check_bus_grp(l_business_group_id, 'MX');
50:

Line 52: hr_utility.set_location(l_proc, 30);

48:
49: hr_mx_utility.check_bus_grp(l_business_group_id, 'MX');
50:
51: if g_debug then
52: hr_utility.set_location(l_proc, 30);
53: end if;
54:
55: --
56: -- Call the person business process

Line 75: hr_utility.set_location('Leaving: '||l_proc, 40);

71: ,p_oversubscribed_vacancy_id => p_oversubscribed_vacancy_id );
72:
73: --
74: if g_debug then
75: hr_utility.set_location('Leaving: '||l_proc, 40);
76: end if;
77: --
78: end mx_hire_to_employee_applicant;
79:

Line 82: g_debug := hr_utility.debug_enabled;

78: end mx_hire_to_employee_applicant;
79:
80: begin
81: g_package := 'hr_mx_employee_applicant_api.';
82: g_debug := hr_utility.debug_enabled;
83: end hr_mx_employee_applicant_api;