DBA Data[Home] [Help]

APPS.PAY_MX_SUA_MAG dependencies on HR_MX_UTILITY

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

300: FETCH c_get_bus_grp_id INTO ln_bus_grp_id;
301: CLOSE c_get_bus_grp_id;
302:
303: ln_legal_employer_id :=
304: hr_mx_utility.get_legal_employer(ln_bus_grp_id, p_gre_id);
305:
306: -- get the report Implementation Date from p_legal_emp_id
307:
308: OPEN c_get_imp_date(ln_legal_employer_id);

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

1031: OPEN c_get_bus_grp_id;
1032: FETCH c_get_bus_grp_id INTO ln_business_group;
1033: CLOSE c_get_bus_grp_id;
1034:
1035: ln_legal_er := hr_mx_utility.get_legal_employer(ln_business_group,
1036: g_mag_gre_id);
1037:
1038: hr_utility_trace ('Fetching start date from legal employer.'|| ln_legal_er);
1039: OPEN c_get_imp_date (ln_legal_er);