DBA Data[Home] [Help]

APPS.CSP_RECEIVE_PVT dependencies on PO_LINES_ALL

Line 2290: po_lines_all pla,

2286:
2287: CURSOR check_serial_lot_revision (v_header_id Number) is
2288: select ms.po_header_id
2289: from mtl_supply ms,
2290: po_lines_all pla,
2291: mtl_system_items_b msi
2292: where msi.organization_id = ms.to_organization_id
2293: and msi.inventory_item_id = ms.item_id
2294: and pla.po_line_id = ms.po_line_id