DBA Data[Home] [Help]

APPS.PAY_MX_SUA_MAG dependencies on HR_MX_UTILITY

Line 286: hr_mx_utility.get_legal_employer(ln_bus_grp_id, p_gre_id);

282: FETCH c_get_bus_grp_id INTO ln_bus_grp_id;
283: CLOSE c_get_bus_grp_id;
284:
285: ln_legal_employer_id :=
286: hr_mx_utility.get_legal_employer(ln_bus_grp_id, p_gre_id);
287:
288: -- get the report Implementation Date from p_legal_emp_id
289:
290: OPEN c_get_imp_date(ln_legal_employer_id);

Line 912: ln_legal_er := hr_mx_utility.get_legal_employer(ln_business_group,

908: OPEN c_get_bus_grp_id;
909: FETCH c_get_bus_grp_id INTO ln_business_group;
910: CLOSE c_get_bus_grp_id;
911:
912: ln_legal_er := hr_mx_utility.get_legal_employer(ln_business_group,
913: g_mag_gre_id);
914:
915: hr_utility_trace ('Fetching start date from legal employer.'|| ln_legal_er);
916: OPEN c_get_imp_date (ln_legal_er);