RSFM_PROD_UOM_V

(SQL View)
Index Back

Mobile Product Unit of Measure

Mobile Product Unit of Measure used by Mobile Sales application.

SELECT A.SETID , A.PRODUCT_ID , A.UNIT_OF_MEASURE , A.DFLT_UOM , A.MIN_PRICE , A.MIN_ORDER_QTY , A.MAX_ORDER_QTY , A.ORDER_INCREMENT , ' ' , ' ' , A.SYNCID , A.SYNCDTTM FROM PS_PROD_UOM A

# 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.

Default Value: OPR_DEF_TBL_RB.SETID

Prompt Table: SP_SETID_NONVW

2 PRODUCT_ID Character(18) VARCHAR2(18) NOT NULL Product ID

Prompt Table: PROD_ITEM

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

Default Value: N

5 MIN_PRICE Number(16,4) DECIMAL(15,4) NOT NULL Minimum Selling Price
6 MIN_ORDER_QTY Number(15,4) DECIMAL(14,4) NOT NULL Min Ord Qty
7 MAX_ORDER_QTY Number(15,4) DECIMAL(14,4) NOT NULL Max Ord Qty
8 ORDER_INCREMENT Number(15,4) DECIMAL(14,4) NOT NULL Increment Quantity
9 DESCR Character(30) VARCHAR2(30) NOT NULL Description
10 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description
11 SYNCID Number(10,0) DECIMAL(10) NOT NULL The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle.
12 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time