DBA Data[Home] [Help]

APPS.CSP_RECEIVE_PVT dependencies on PO_LINES_ALL

Line 2402: po_lines_all pla,

2398:
2399: CURSOR check_serial_lot_revision (v_header_id Number) is
2400: select ms.po_header_id
2401: from mtl_supply ms,
2402: po_lines_all pla,
2403: mtl_system_items_b msi
2404: where msi.organization_id = ms.to_organization_id
2405: and msi.inventory_item_id = ms.item_id
2406: and pla.po_line_id = ms.po_line_id