DBA Data[Home] [Help]

APPS.MRP_CL_FUNCTION dependencies on PO_LINES_ALL

Line 337: FROM po_lines_all pll

333:
334: CURSOR c_unit_price(c_header_id in number,
335: c_line_id in number) IS
336: SELECT NVL(pll.unit_price,0) unit_price
337: FROM po_lines_all pll
338: WHERE po_line_id = c_line_id
339: and po_header_id = c_header_id
340: and item_id = p_item_id
341: and (pll.cancel_date is null OR