DBA Data[Home] [Help]

APPS.WMS_TRIPSTOPS_STAGELANES_PUB dependencies on MTL_ITEM_LOCATIONS

Line 627: FROM mtl_item_locations

623: END IF;
624:
625: SELECT subinventory_code
626: INTO l_sub_code
627: FROM mtl_item_locations
628: WHERE INVENTORY_LOCATION_ID = p_staging_lane_id
629: AND ORGANIZATION_ID = p_org_id;
630:
631: IF (l_debug = 1) THEN