DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PVT dependencies on MTL_SECONDARY_INVENTORIES

Line 1794: FROM mtl_secondary_inventories

1790: END IF;
1791:
1792: SELECT *
1793: INTO l_sub
1794: FROM mtl_secondary_inventories
1795: WHERE secondary_inventory_name = p_mo_line_rec.to_subinventory_code
1796: AND organization_id = p_mo_line_rec.organization_id;
1797: */
1798: IF (is_debug) THEN