[Home] [Help]
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: