DBA Data[Home] [Help]

APPS.OKE_ACTION_VALIDATIONS_PKG dependencies on HZ_LOCATIONS

Line 833: FROM hz_locations

829: WHERE location_id=p_id;
830:
831: CURSOR c_hz IS
832: SELECT substr(address1,1,240)
833: FROM hz_locations
834: WHERE location_id=p_id;
835:
836: CURSOR c_both IS
837: SELECT description