DBA Data[Home] [Help]

APPS.OE_DS_PVT dependencies on PO_HEADERS_ALL

Line 310: FROM po_headers_all poh

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