[Home] [Help]
112:
113: select decode(hrtl.description,null,'',hrtl.description)
114: into value
115: from
116: hr_locations_all_tl hrtl,
117: po_requisition_lines_all prl
118: where
119: hrtl.location_id = prl.deliver_to_location_id AND
120: prl.requisition_header_id = req_header_id AND