DBA Data[Home] [Help]

APPS.BEN_DET_WAIT_PERD_CMPLTN dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 211: L_aei_rec per_assignment_extra_info%rowtype;

207: l_orig_hire_dt date;
208: l_return_date date;
209: l_look_further boolean := TRUE;
210: l_ass_rec per_all_assignments_f%rowtype;
211: L_aei_rec per_assignment_extra_info%rowtype;
212: l_proc varchar2(80) := g_package||'.get_ben_asg_dt';
213:
214: begin
215: hr_utility.set_location('Entering : ' || l_proc, 10);

Line 223: -- Get the other service dates from the per_assignment_extra_info table.

219: l_ovrid_svc_dt := ben_derive_part_and_rate_facts.
220: g_cache_details.
221: ovrid_svc_dt;
222: --
223: -- Get the other service dates from the per_assignment_extra_info table.
224: --
225: ben_person_object.get_benass_object(p_person_id => p_person_id,
226: p_rec => l_ass_rec);
227: --