DBA Data[Home] [Help]

APPS.PAY_MX_RULES dependencies on HR_MX_UTILITY

Line 198: p_tax_unit_id := nvl( hr_mx_utility.get_GRE_from_scl(l_hsck_id),

194: OPEN csr_get_asg_details;
195: FETCH csr_get_asg_details INTO l_location_id, l_hsck_id, l_bg_id;
196: CLOSE csr_get_asg_details;
197:
198: p_tax_unit_id := nvl( hr_mx_utility.get_GRE_from_scl(l_hsck_id),
199:
200: hr_mx_utility.get_gre_from_location(l_location_id,
201: l_bg_id,
202: p_effective_date,

Line 200: hr_mx_utility.get_gre_from_location(l_location_id,

196: CLOSE csr_get_asg_details;
197:
198: p_tax_unit_id := nvl( hr_mx_utility.get_GRE_from_scl(l_hsck_id),
199:
200: hr_mx_utility.get_gre_from_location(l_location_id,
201: l_bg_id,
202: p_effective_date,
203: l_ambiguous_flag,
204: l_missing_flag )

Line 720: hr_mx_utility.get_legal_employer(ln_bus_grp_id, ln_tax_unit_id);

716:
717: hr_utility_trace('ln_bus_grp_id '|| ln_bus_grp_id);
718:
719: ln_legal_employer_id :=
720: hr_mx_utility.get_legal_employer(ln_bus_grp_id, ln_tax_unit_id);
721: hr_utility_trace('ln_legal_employer_id '|| ln_legal_employer_id);
722:
723:
724: OPEN c_get_employer_information(ln_legal_employer_id);