DBA Data[Home] [Help]

APPS.IRC_ISC_BUS dependencies on HR_LOCATIONS_ALL

Line 841: select 1 from hr_locations_all

837: --
838: l_dummy number;
839: --
840: cursor chk_loc is
841: select 1 from hr_locations_all
842: where location_id=p_location_id;
843: --
844: begin
845: hr_utility.set_location('Entering:'||l_proc,10);