DBA Data[Home] [Help]

APPS.PER_VAC_BUS dependencies on HR_LOCATIONS_ALL

Line 1651: from hr_locations_all

1647: l_location_id varchar2(1);
1648: l_api_updating boolean;
1649: cursor csr_location is
1650: select null
1651: from hr_locations_all
1652: where location_id = p_location_id;
1653: --
1654: Begin
1655: hr_utility.set_location('Entering:'||l_proc,10);