DBA Data[Home] [Help]

APPS.IRC_GLOBAL_REMAP_PKG dependencies on FND_DATE

Line 372: ,p_effective_date => fnd_date.canonical_to_date(p_effective_date)

368: begin
369: hr_utility.set_location('Entering Remap employee:'||l_proc, 10);
370: remap_employee
371: (p_person_id => p_person_id
372: ,p_effective_date => fnd_date.canonical_to_date(p_effective_date)
373: );
374: commit;
375: retcode := 0;
376: hr_utility.set_location('Leaving Remap employee:'||l_proc, 20);