SPF_UOM_VW(SQL View) |
Index Back |
---|---|
SP Units Of Measure Viewonly displays the units that has conversion rates for a business units base UOM. |
SELECT B.UOM_WK ,B.UNIT_OF_MEASURE ,A.DESCR ,A.DESCRSHORT FROM PS_UNITS_TBL_TO_VW A , PS_UNITS_CVT_VW B WHERE A.UNIT_OF_MEASURE_TO = B.UNIT_OF_MEASURE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | UOM_WK | Character(3) | VARCHAR2(3) NOT NULL | Work Field for UOM |
2 | UNIT_OF_MEASURE | Character(3) | VARCHAR2(3) NOT NULL |
Used on an approval rule set.
MHR=Muti Hourly PER=Percentage SQF=Square Footage Prompt Table: UNITS_TBL |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |