DBA Data[Home] [Help]

APPS.OTA_TSR_BUS dependencies on HR_LOCATIONS_ALL

Line 687: From HR_LOCATIONS_ALL loc

683: l_exists varchar2(1);
684: Cursor c_location
685: IS
686: Select null
687: From HR_LOCATIONS_ALL loc
688: Where loc.location_id = p_location_id ;
689:
690: Begin
691: hr_utility.set_location('Entering:'||l_proc, 5);