DBA Data[Home] [Help]

APPS.POR_APPRV_WF_UTIL_GRP dependencies on PO_HEADERS_ALL

Line 20: po_headers_all ph,

16: SELECT ph.segment1|| DECODE(pr.release_num, NULL, '', '-' || pr.release_num)
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