You can write a query for a quick report like the one below and you’ll be able to leave fields blank or enter something to filter the data.
1SELECT part_no, description, part_status, part_product_code, part_product_family, prime_commodity, second_commodityFROM IFSAPP.INVENTORY_PART ipWHERE UPPER(contract) LIKE NVL(UPPER('&SITE'),'OM1SH') AND part_status IN ('A', 'D') AND type_code_db IN ('1','2') AND part_product_code LIKE NVL(UPPER('&PRODUCT_CODE'),'%') AND part_product_family LIKE NVL(UPPER('&PRODUCT_FAMILY'),'%') AND prime_commodity LIKE NVL(UPPER('&PRIME_COMMODITY'),'%') AND second_commodity LIKE NVL(UPPER('&SECOND_COMMODITY'),'%')ORDERBY part_no
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.