RBF_PROD_VW

(SQL View)
Index Back

Product Item View

Product Items belonging to a selected Product Group are displayed in Sales Entry module of FSI

SELECT SETID , PRODUCT_ID , PRODUCT_KIT_FLAG , DESCR , DESCR254 , ORDERABLE FROM PS_PROD_ITEM WHERE EFF_STATUS = 'A' AND ORDERABLE <> 'N'

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

    Default Value: NEXT

    3 PRODUCT_KIT_FLAG Character(1) VARCHAR2(1) NOT NULL Product Kit Flag

    Y/N Table Edit

    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    5 DESCR254 Character(254) VARCHAR2(254) NOT NULL Description of length 254
    6 ORDERABLE Character(1) VARCHAR2(1) NOT NULL Orderable By
    A=All
    B=Business
    C=Consumer
    N=None