DBA Data[Home] [Help]

APPS.GMD_VALIDITY_RULES_PVT dependencies on MTL_SYSTEM_ITEMS

Line 893: FROM mtl_system_items

889:
890: END IF; -- IF l_old_vr_rec.organization_id is NULL then
891: SELECT UNIQUE primary_uom_code
892: INTO l_inv_item_um
893: FROM mtl_system_items
894: WHERE inventory_item_id = l_old_vr_rec.inventory_item_id
895: and organization_id = nvl(l_old_vr_rec.organization_id, l_organization_id); -- Bug 14690148 pal need to stripe with org
896:
897: IF (l_debug = 'Y') THEN