DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on MTL_ITEM_LOCATIONS

Line 952: FROM mtl_item_locations

948: IF (l_skip_comingle_check = 2) THEN
949: BEGIN
950: SELECT 1
951: INTO l_skip_comingle_check
952: FROM mtl_item_locations
953: WHERE project_id IS NOT NULL
954: AND inventory_location_id = NVL(p_mmtt.transfer_to_location, p_mmtt.locator_id)
955: AND subinventory_code = NVL(p_mmtt.transfer_subinventory, p_mmtt.subinventory_code)
956: AND organization_id = NVL(p_mmtt.transfer_organization, p_mmtt.organization_id);