366: l_object_version_number NUMBER;
367: l_effective_start_date DATE;
368: l_effective_end_date DATE;
369: begin
370: hr_utility.set_location('Entering:'|| l_proc, 10);
371: --
372:
373:
374: OPEN c_get_asg;
447:
448: END LOOP;
449: CLOSE c_get_asg;
450:
451: hr_utility.set_location(' Leaving:'||l_proc, 70);
452: exception
453: when others then
454: --
455: -- A validation or unexpected error has occured
454: --
455: -- A validation or unexpected error has occured
456: --
457: --rollback to
458: hr_utility.set_location(' Leaving:'||l_proc, 90);
459: raise;
460: end create_veh_multi_alloc;
461: --
462: