DBA Data[Home] [Help]

APPS.HR_MX_EXTRA_ASG_RULES dependencies on HR_MX_UTILITY

Line 154: hr_mx_utility.get_gre_from_location(l_location_old,

150: -- Fetch the Old GRE.
151: ---------------------
152: l_gre_old := nvl( to_number(l_scl_gre),
153:
154: hr_mx_utility.get_gre_from_location(l_location_old,
155: l_bg_id, -- Bug 4129001
156: p_effective_date,
157: l_dummy1,
158: l_dummy2)

Line 184: hr_mx_utility.get_gre_from_location(l_location_id,

180: -- Determine the NEW gre for the given assignment_id.
181: --------------------------------------------------------------------------
182: l_gre_new := nvl( to_number(l_segment1),
183:
184: hr_mx_utility.get_gre_from_location(l_location_id,
185: l_bg_id, -- Bug 4129001
186: p_effective_date,
187: l_dummy1,
188: l_dummy2)

Line 340: hr_mx_utility.get_gre_from_location(l_location_old,

336: END IF;
337:
338: l_gre_old := nvl( to_number(l_scl_gre),
339:
340: hr_mx_utility.get_gre_from_location(l_location_old,
341: l_bg_id, -- Bug 4129001
342: p_effective_date,
343: l_dummy1,
344: l_dummy2)

Line 369: hr_mx_utility.get_gre_from_location(l_location_old,

365: -- Bug 3785341 - The Old location is used to derive GRE, if the GRE passed
366: -- is null.
367: --------------------------------------------------------------------------
368: l_gre_new := nvl( to_number(l_segment1),
369: hr_mx_utility.get_gre_from_location(l_location_old,
370: l_bg_id, -- Bug 4129001
371: p_effective_date,
372: l_dummy1,
373: l_dummy2)

Line 525: hr_mx_utility.get_gre_from_location(l_location_old,

521: -- Fetch the GRE for the assignment record being deleted.
522: --------------------------------------------------------------------------
523: l_gre_old := nvl( to_number(l_scl_gre),
524:
525: hr_mx_utility.get_gre_from_location(l_location_old,
526: l_bg_id, -- Bug 4129001
527: p_final_process_date,
528: l_dummy1,
529: l_dummy2)