DBA Data[Home] [Help]

APPS.AHL_OSP_COST_PVT dependencies on PO_LINES_ALL

Line 59: from po_lines_all pol, po_headers_all po

55: /** End change by jaramana on January 11, 2008 for the Requisition ER 6034236 **/
56:
57: CURSOR get_po_line_price_csr(p_po_line_id IN NUMBER) IS
58: SELECT pol.unit_price*pol.quantity extended_price, po.currency_code
59: from po_lines_all pol, po_headers_all po
60: WHERE po_line_id = p_po_line_id
61: AND pol.po_header_id = po.po_header_id;
62:
63: /** Added by jaramana on January 11, 2008 for the Requisition ER 6034236 **/