ORDENT_PUOM_VW(SQL View) |
Index Back |
---|---|
Product Unit of MeasureThis is a view on Product attributes by Unit of Measure. |
SELECT setid , product_id , unit_of_measure , dflt_uom , min_order_qty , max_order_qty , order_increment FROM PS_PROD_UOM |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
2 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL | Product ID |
3 | UNIT_OF_MEASURE | Character(3) | VARCHAR2(3) NOT NULL |
Used on an approval rule set.
CS=Case EA=Each MHR=Muti Hourly PER=Percentage SQF=Square Footage |
4 | DFLT_UOM | Character(1) | VARCHAR2(1) NOT NULL |
Vendor Default UOM
Y/N Table Edit |
5 | MIN_ORDER_QTY | Number(15,4) | DECIMAL(14,4) NOT NULL | Min Ord Qty |
6 | MAX_ORDER_QTY | Number(15,4) | DECIMAL(14,4) NOT NULL | Max Ord Qty |
7 | ORDER_INCREMENT | Number(15,4) | DECIMAL(14,4) NOT NULL | Increment Quantity |