DBA Data[Home] [Help]

APPS.CSP_PART_SEARCH_PVT dependencies on OE_ORDER_LINES_ALL

Line 1271: from oe_order_lines_all

1267: where line_id = p_mo_line_id;
1268:
1269: cursor c_internal_orders(p_io_line_id number) is
1270: select ordered_quantity
1271: from oe_order_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