SP_BU_RFPMNONVW

(SQL View)
Index Back

Security Non View for PM BU

Business Unit Non-Security View for PM BU.

SELECT A.SETID ,C.BUSINESS_UNIT ,D.DESCR ,D.DESCRSHORT FROM PS_SET_CNTRL_REC A ,PS_SET_CNTRL_REC B ,PS_BUS_UNIT_TBL_RF C ,PS_BUS_UNIT_TBL_FS D WHERE A.RECNAME = 'RF_SERVICE' AND A.SETCNTRLVALUE = A.SETID AND B.SETID = A.SETCNTRLVALUE AND B.RECNAME = 'RF_SERVICE' AND B.SETCNTRLVALUE = C.BUSINESS_UNIT AND C.BUSINESS_UNIT = D.BUSINESS_UNIT AND C.BU_STATUS = '1'

  • Related Language Record: SP_BU_RFPNONLVW
  • # 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.
    2 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    4 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description