MASTER_ITM_VW3

(SQL View)
Index Back

Active, Inventoried Items

This view shows Active, Inventoried Items along with Item ID and description fields.

SELECT SETID , INV_ITEM_ID , DESCR60 , DESCRSHORT , DESCR FROM PS_MASTER_ITEM_TBL WHERE ITM_STATUS_CURRENT IN ('1', '3') AND INVENTORY_ITEM = 'Y'

  • Related Language Record: MASTER_ITM_LANG
  • # 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

    2 INV_ITEM_ID Character(18) VARCHAR2(18) NOT NULL Item ID
    3 DESCR60 Character(60) VARCHAR2(60) NOT NULL Description
    4 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description
    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description