DBA Data[Home] [Help]

APPS.QA_MQA_MWA_API dependencies on HZ_LOCATIONS

Line 109: from wsh_delivery_details wdd, hz_locations hz

105: tl.language = userenv('LANG')
106: union
107: select wdd.ship_to_location_id,
108: substr(hz.address1,1,50) description
109: from wsh_delivery_details wdd, hz_locations hz
110: where wdd.lpn_id = lpnID and
111: wdd.ship_to_location_id = hz.location_id;
112:
113: BEGIN