DBA Data[Home] [Help]

APPS.WSH_CARRIER_ADDRESS_PKG dependencies on HZ_LOCATIONS

Line 318: from hz_locations

314: where party_site_id = p_party_site_id;
315:
316: CURSOR Get_Location_Object_Number(p_location_id NUMBER) IS
317: select object_version_number
318: from hz_locations
319: where location_id = p_location_id;
320:
321: --
322: l_debug_on BOOLEAN;