DBA Data[Home] [Help]

APPS.POR_APPRV_WF_UTIL_GRP dependencies on PO_LINE_LOCATIONS_ALL

Line 21: po_line_locations_all pll

17: INTO l_po_num
18: FROM
19: po_releases_all pr,
20: po_headers_all ph,
21: po_line_locations_all pll
22: WHERE
23: pll.line_location_id=p_line_location_id AND
24: pll.po_header_id = ph.po_header_id AND
25: pll.po_release_id = pr.po_release_id(+);