DBA Data[Home] [Help]

APPS.OE_DS_PVT dependencies on PO_HEADERS_ALL

Line 305: FROM po_headers_all poh

301: */
302: -- commented for bug 4402566 and the sql below was added
303: SELECT poh.org_id
304: INTO l_po_ou_id
305: FROM po_headers_all poh
306: WHERE poh.po_header_id = l_po_header_id;
307:
308: IF l_debug_level > 0 THEN
309: oe_debug_pub.add('SO Org Id: ' ||l_so_ou_id , 1 ) ;