DBA Data[Home] [Help]

APPS.PER_MX_SS_AFFILIATION dependencies on HR_MX_UTILITY

Line 220: ln_legal_er := hr_mx_utility.get_legal_employer(ln_bus_grp_id,

216: IF l_start_date IS NULL THEN
217: OPEN c_get_bus_grp_id;
218: FETCH c_get_bus_grp_id INTO ln_bus_grp_id;
219: CLOSE c_get_bus_grp_id;
220: ln_legal_er := hr_mx_utility.get_legal_employer(ln_bus_grp_id,
221: p_trans_gre);
222: hr_utility_trace ('Fetching start date from legal employer.');
223: OPEN c_get_imp_date (ln_legal_er);
224: FETCH c_get_imp_date INTO l_start_date;

Line 313: ln_gre_id := hr_mx_utility.get_gre_from_scl(p_soft_coding_keyflex_id);

309: l_is_ambiguous BOOLEAN;
310: l_missing_gre BOOLEAN;
311: BEGIN
312: IF p_soft_coding_keyflex_id IS NOT NULL THEN
313: ln_gre_id := hr_mx_utility.get_gre_from_scl(p_soft_coding_keyflex_id);
314: END IF;
315:
316: IF ln_gre_id IS NULL THEN
317: ln_gre_id := hr_mx_utility.get_gre_from_location(

Line 317: ln_gre_id := hr_mx_utility.get_gre_from_location(

313: ln_gre_id := hr_mx_utility.get_gre_from_scl(p_soft_coding_keyflex_id);
314: END IF;
315:
316: IF ln_gre_id IS NULL THEN
317: ln_gre_id := hr_mx_utility.get_gre_from_location(
318: p_location_id,
319: p_business_group_id,
320: p_effective_date,
321: l_is_ambiguous,

Line 1016: ln_legal_er := hr_mx_utility.get_legal_employer(g_business_group,

1012: hr_utility_trace ('Processing asg action '|| ln_assignment_action_id);
1013: hr_utility_trace ('g_start_date '|| g_start_date);
1014: hr_utility_trace ('g_end_date '|| g_end_date);
1015:
1016: ln_legal_er := hr_mx_utility.get_legal_employer(g_business_group,
1017: g_trans_gre_id);
1018:
1019: hr_utility_trace ('Fetching start date from legal employer.'|| ln_legal_er);
1020: OPEN c_get_imp_date (ln_legal_er);