DBA Data[Home] [Help]

APPS.HR_MX_ASSIGNMENT_API dependencies on HR_MX_UTILITY

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

194: -----------------------------------------------------------------
195: -- Check that the business group of the person is in 'MX'
196: -- legislation.
197: -----------------------------------------------------------------
198: l_business_group_id := hr_mx_utility.get_bg_from_person(p_person_id);
199:
200: if g_debug then
201: hr_utility.set_location(l_proc, 20);
202: end if;

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

200: if g_debug then
201: hr_utility.set_location(l_proc, 20);
202: end if;
203:
204: hr_mx_utility.check_bus_grp(l_business_group_id, 'MX');
205:
206: if g_debug then
207: hr_utility.set_location(l_proc, 30);
208: end if;

Line 513: l_business_group_id := hr_mx_utility.get_bg_from_assignment(p_assignment_id);

509:
510: -----------------------------------------------------------------
511: -- Check that the Business Group for the assignment is in 'MX'
512: -----------------------------------------------------------------
513: l_business_group_id := hr_mx_utility.get_bg_from_assignment(p_assignment_id);
514:
515: if g_debug then
516: hr_utility.set_location(l_proc, 20);
517: end if;

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

515: if g_debug then
516: hr_utility.set_location(l_proc, 20);
517: end if;
518:
519: hr_mx_utility.check_bus_grp(l_business_group_id, 'MX');
520:
521: if g_debug then
522: hr_utility.set_location(l_proc, 30);
523: end if;

Line 768: l_business_group_id := hr_mx_utility.get_bg_from_assignment(p_assignment_id);

764:
765: -----------------------------------------------------------------
766: -- Check that the Business Group for the assignment is in 'MX'
767: -----------------------------------------------------------------
768: l_business_group_id := hr_mx_utility.get_bg_from_assignment(p_assignment_id);
769:
770: if g_debug then
771: hr_utility.set_location(l_proc, 20);
772: end if;

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

770: if g_debug then
771: hr_utility.set_location(l_proc, 20);
772: end if;
773:
774: hr_mx_utility.check_bus_grp(l_business_group_id, 'MX');
775:
776: if g_debug then
777: hr_utility.set_location(l_proc, 30);
778: end if;

Line 914: l_business_group_id := hr_mx_utility.get_bg_from_assignment(p_assignment_id);

910:
911: -----------------------------------------------------------------
912: -- Check that the Business Group for the assignment is in 'MX'
913: -----------------------------------------------------------------
914: l_business_group_id := hr_mx_utility.get_bg_from_assignment(p_assignment_id);
915:
916: if g_debug then
917: hr_utility.set_location(l_proc, 20);
918: end if;

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

916: if g_debug then
917: hr_utility.set_location(l_proc, 20);
918: end if;
919:
920: hr_mx_utility.check_bus_grp(l_business_group_id, 'MX');
921:
922: if g_debug then
923: hr_utility.set_location(l_proc, 30);
924: end if;