361: l_object_version_number NUMBER;
362: l_effective_start_date DATE;
363: l_effective_end_date DATE;
364: begin
365: hr_utility.set_location('Entering:'|| l_proc, 10);
366: --
367:
368:
369: OPEN c_get_asg;
442:
443: END LOOP;
444: CLOSE c_get_asg;
445:
446: hr_utility.set_location(' Leaving:'||l_proc, 70);
447: exception
448: when others then
449: --
450: -- A validation or unexpected error has occured
449: --
450: -- A validation or unexpected error has occured
451: --
452: --rollback to
453: hr_utility.set_location(' Leaving:'||l_proc, 90);
454: raise;
455: end create_veh_multi_alloc;
456: --
457: