PROD_ITEMMST_VW

(SQL View)
Index Back

Item Master View

This view filters out ITem Master for status Active, Inactive Hold and Discontinue

SELECT A.SETID , A.INV_ITEM_ID , A.DESCRSHORT , A.INVENTORY_ITEM , A.UNIT_MEASURE_STD FROM PS_MASTER_ITEM_TBL A WHERE A.ITM_STATUS_CURRENT IN ('1','2','3','4')

  • Related Language Record: PROD_ITMSTVWLNG
  • # 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 INV_ITEM_ID Character(18) VARCHAR2(18) NOT NULL Item ID

    Prompt Table: MASTER_ITEM_TBL

    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    4 INVENTORY_ITEM Character(1) VARCHAR2(1) NOT NULL Inventory Item

    Y/N Table Edit

    5 UNIT_MEASURE_STD Character(3) VARCHAR2(3) NOT NULL Used to store the unit of measure for an item.