DBA Data[Home] [Help]

APPS.OKE_UTILS dependencies on HR_LOCATIONS_ALL

Line 447: FROM hr_locations_all

443: l_return_val VARCHAR2(240);
444:
445: CURSOR c_hr IS
446: SELECT nvl(description,'')
447: FROM hr_locations_all
448: WHERE location_id=id;
449:
450: CURSOR c_hz IS
451: SELECT substr(address1,1,240)