DBA Data[Home] [Help]

APPS.HR_MX_EMPLOYEE_API dependencies on HR_MX_UTILITY

Line 142: hr_mx_utility.check_bus_grp(p_business_group_id, 'MX');

138:
139: --
140: -- Validation IN addition to Row Handlers
141: --
142: hr_mx_utility.check_bus_grp(p_business_group_id, 'MX');
143:
144: if g_debug then
145: hr_utility.set_location(l_proc, 20);
146: end if;

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

305: -----------------------------------------------------------------
306: -- Check that the business group of the person is in 'MX'
307: -- legislation.
308: -----------------------------------------------------------------
309: l_business_group_id := hr_mx_utility.get_bg_from_person(p_person_id);
310:
311: if g_debug then
312: hr_utility.set_location(l_proc, 20);
313: end if;

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

311: if g_debug then
312: hr_utility.set_location(l_proc, 20);
313: end if;
314:
315: hr_mx_utility.check_bus_grp(l_business_group_id, 'MX');
316:
317: if g_debug then
318: hr_utility.set_location(l_proc, 30);
319: end if;