129: sysdate, -- Program Update Date
130: sha.header_id,
131: sla.line_id
132: from
133: so_headers_all sha,
134: so_lines_all sla,
135: wsh_departures wd,
136: so_picking_lines_all spla,
137: so_picking_line_details spld
190: sysdate, -- Program Update Date
191: sha.header_id,
192: sla.line_id
193: from
194: so_headers_all sha,
195: so_lines_all sla
196: where
197: sha.header_id = sla.header_id and
198: sla.line_type_code = 'RETURN';