DBA Data[Home] [Help]

APPS.CSP_PART_SEARCH_PVT dependencies on PO_LINES_ALL

Line 1276: from po_lines_all

1272: where line_id = p_io_line_id;
1273:
1274: cursor c_purchase_reqs(p_po_line_id number) is
1275: select quantity
1276: from po_lines_all
1277: where po_line_id = p_po_line_id;
1278:
1279: -- bug # 12554921
1280: cursor c_get_temp_items is