DBA Data[Home] [Help]

APPS.AHL_PRD_MRSHL_PVT dependencies on MTL_ITEM_LOCATIONS

Line 249: mtl_item_locations_kfv mil,

245: fnd_flex_ext.get_delimiter('INV', 'MTLL', 101) || INV_ProjectLocator_PUB.get_task_number(msi.segment20))
246: locator_segments
247: from mtl_serial_numbers msn,
248: mtl_system_items_kfv mkfv,
249: mtl_item_locations_kfv mil,
250: mtl_item_locations msi
251: WHERE msi.inventory_item_id = mkfv.inventory_item_id
252: and msi.organization_id=mkfv.organization_id
253: and msn.inventory_item_id = mkfv.inventory_item_id

Line 250: mtl_item_locations msi

246: locator_segments
247: from mtl_serial_numbers msn,
248: mtl_system_items_kfv mkfv,
249: mtl_item_locations_kfv mil,
250: mtl_item_locations msi
251: WHERE msi.inventory_item_id = mkfv.inventory_item_id
252: and msi.organization_id=mkfv.organization_id
253: and msn.inventory_item_id = mkfv.inventory_item_id
254: and msn.current_organization_id=mkfv.organization_id

Line 673: mtl_item_locations_kfv mil

669: p_locator_id NUMBER) IS
670: select msn.serial_number , msn.lot_number ,msn.revision
671: from mtl_serial_numbers msn,
672: mtl_system_items_kfv mkfv,
673: mtl_item_locations_kfv mil
674: where msn.inventory_item_id = mkfv.inventory_item_id
675: and msn.current_organization_id=mkfv.organization_id
676: and msn.current_locator_id = mil.INVENTORY_locatION_ID (+)
677: and mkfv.serial_number_control_code <> 1