DBA Data[Home] [Help]

APPS.POR_VIEW_REQS_PKG dependencies on HR_LOCATIONS_ALL_TL

Line 129: hr_locations_all_tl hrtl,

125:
126: select decode(hrtl.description,null,'',hrtl.description)
127: into value
128: from
129: hr_locations_all_tl hrtl,
130: po_requisition_lines_all prl
131: where
132: hrtl.location_id = prl.deliver_to_location_id AND
133: prl.requisition_header_id = req_header_id AND