DBA Data[Home] [Help]

APPS.POR_APPRV_WF_UTIL_GRP dependencies on PO_RELEASES_ALL

Line 19: po_releases_all pr,

15: BEGIN
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