DBA Data[Home] [Help]

APPS.ICX_POR_WF_UTIL_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 16: po_line_locations_all pll

12: INTO l_po_num
13: FROM
14: po_releases_all pr,
15: po_headers_all ph,
16: po_line_locations_all pll
17: WHERE
18: pll.line_location_id=p_line_location_id AND
19: pll.po_header_id = ph.po_header_id AND
20: pll.po_release_id = pr.po_release_id(+);