DBA Data[Home] [Help]

APPS.HR_MX_PERSONAL_PAY_METHOD_API dependencies on HR_MX_UTILITY

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

73: --
74: -- Initialise local variables
75: --
76: l_effective_date := trunc(p_effective_date);
77: l_business_group_id := hr_mx_utility.get_bg_from_assignment(p_assignment_id);
78:
79: if g_debug then
80: hr_utility.set_location(l_proc, 20);
81: end if;

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

82:
83: --
84: -- Check if Business Group of the assignment lies in "MX" legislation
85: --
86: hr_mx_utility.check_bus_grp(l_business_group_id, 'MX');
87:
88: if g_debug then
89: hr_utility.set_location(l_proc, 30);
90: end if;

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

238:
239: --
240: -- Check if the business group lies within 'MX' legislation
241: --
242: hr_mx_utility.check_bus_grp(l_business_group_id, 'MX');
243:
244: if g_debug then
245: hr_utility.set_location(l_proc, 30);
246: end if;