OM_WT_VOL_TAO(SQL Table) |
Index Back |
---|---|
Weight, volume packing unitsThis is used to store the weight and volume for the given item and shipping unit of measure. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance | |
2 | Character(5) | VARCHAR2(5) NOT NULL | Inv Items SETID | |
3 | Character(18) | VARCHAR2(18) NOT NULL | Item ID | |
4 | Character(3) | VARCHAR2(3) NOT NULL | Shipment Unit of Measure | |
5 | UNIT_MEASURE_STD | Character(3) | VARCHAR2(3) NOT NULL | Standard Unit of Measure |
6 | SHIPPING_VOLUME | Signed Number(17,4) | DECIMAL(15,4) NOT NULL | Shipping Volume |
7 | SHIPPING_WEIGHT | Signed Number(17,4) | DECIMAL(15,4) NOT NULL | Shipping Weight |