DBA Data[Home] [Help]

APPS.ICX_POR_WF_UTIL_PKG dependencies on PO_RELEASES_ALL

Line 14: po_releases_all pr,

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