DBA Data[Home] [Help]

APPS.HR_MX_EMPLOYEE_APPLICANT_API dependencies on HR_MX_UTILITY

Line 43: l_business_group_id := hr_mx_utility.get_bg_from_person(p_person_id);

39: -----------------------------------------------------------------
40: -- Check that the business group of the person is in 'MX'
41: -- legislation.
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;

Line 49: hr_mx_utility.check_bus_grp(l_business_group_id, 'MX');

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:
51: if g_debug then
52: hr_utility.set_location(l_proc, 30);
53: end if;