RF_ITEM_SVC_VW

(SQL View)
Index Back

Service Items view

Item description, group, product family and control flag view for serviceable items.

SELECT setid , inv_item_id ,descr60 ,descrshort ,descr ,inv_item_group ,inv_prod_fam_cd ,unit_measure_std ,lot_control ,serial_control ,ship_serial_cntrl 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
    6 INV_ITEM_GROUP Character(15) VARCHAR2(15) NOT NULL Item Group

    Prompt Table: INV_ITEM_GROUP

    7 INV_PROD_FAM_CD Character(10) VARCHAR2(10) NOT NULL Family

    Prompt Table: INV_ITEM_FAM

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

    Prompt Table: UNITS_TBL

    9 LOT_CONTROL Character(1) VARCHAR2(1) NOT NULL Lot Control

    Y/N Table Edit

    10 SERIAL_CONTROL Character(1) VARCHAR2(1) NOT NULL Serial Control

    Y/N Table Edit

    11 SHIP_SERIAL_CNTRL Character(1) VARCHAR2(1) NOT NULL Shipping Serial Control

    Y/N Table Edit