DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on MTL_ITEM_LOCATIONS

Line 756: FROM mtl_item_locations

752: IF (l_skip_comingle_check = 2) THEN
753: BEGIN
754: SELECT 1
755: INTO l_skip_comingle_check
756: FROM mtl_item_locations
757: WHERE project_id IS NOT NULL
758: AND inventory_location_id = NVL(p_mmtt.transfer_to_location, p_mmtt.locator_id)
759: AND subinventory_code = NVL(p_mmtt.transfer_subinventory, p_mmtt.subinventory_code)
760: AND organization_id = NVL(p_mmtt.transfer_organization, p_mmtt.organization_id);