DBA Data[Home] [Help]

APPS.OKE_UTILS dependencies on HZ_LOCATIONS

Line 452: FROM hz_locations

448: WHERE location_id=id;
449:
450: CURSOR c_hz IS
451: SELECT substr(address1,1,240)
452: FROM hz_locations
453: WHERE location_id=id;
454:
455: CURSOR c_both IS
456: SELECT description