RB_PRDUOMDSCLVW

(SQL View)
Index Back

Product Unit of Measure

This record stores the Product attributes by Unit of Measure.

SELECT A.SETID ,A.PRODUCT_ID ,A.UNIT_OF_MEASURE ,B.LANGUAGE_CD ,B.DESCR ,B.DESCRSHORT FROM %Table(PROD_UOM) A , %Table(UNITS_TBL_LANG) B WHERE A.UNIT_OF_MEASURE=B.UNIT_OF_MEASURE

  • Related Language Record for RB_PRDUOMDSC_VW
  • # 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.

    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

    Prompt Table: %EDITTABLE

    4 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    6 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description