Getting warning message across all orders after using the Item Category PVO's in OM Extension
Getting the below warning message after we started using the below mentioned PVO's and corresponding filter criteria in Order Management Extensions for populating Item Category values.
oracle.apps.scm.productModel.catalogs.publicView.analytics.CategorySetsPVO
vcrow.setAttribute("CatalogCode", CatalogCode);
oracle.apps.scm.productModel.catalogs.publicView.CatalogCategoryPVO
vcrow.setAttribute("CategorySetId", CategorySetId);
vcrow.setAttribute("CategoryCode", CategoryCode);
oracle.apps.scm.productModel.items.publicView.analytics.ItemCategoryPVO
vcrow.setAttribute("InventoryItemId", itemId);
vcrow.setAttribute("OrganizationId", inventoryOrganizationId);
vcrow.setAttribute("CategoryBasePEOCategoryCode", CategoryCode);
Warning Message: Too many matching records found. Specify additional criteria to limit the number of records.
Please let me know if there a way out to restrict this error from popping up by adding any additional criteria to the above PVO's.