DBA Data[Home] [Help]

APPS.PO_PRICE_BREAK_S dependencies on HZ_LOCATIONS

Line 128: from hz_locations

124: WHEN NO_DATA_FOUND THEN
125: begin
126: select location_id
127: into v_ship_to_location_id
128: from hz_locations
129: where location_id = deliver_to_location_id;
130:
131: exception
132: