DBA Data[Home] [Help]

APPS.PO_POXRQUNI_XMLP_PKG dependencies on HZ_LOCATIONS

Line 144: from hz_locations hzl

140: exception when no_data_found then
141:
142: select (substr(hzl.address1,1,50) || '-' || hzl.city )
143: into x_location_code
144: from hz_locations hzl
145: where hzl.location_id = location_id;
146:
147: end;
148: return x_location_code;