SP_BU_RFSVOPRVW(SQL View) |
Index Back |
---|---|
Security View for Opr for SVBUBusiness Unit Security View for Operator for services. |
SELECT A.SETID , D.OPRID , B.BUSINESS_UNIT , C.DESCR , C.DESCRSHORT FROM PS_SET_CNTRL_REC A , PS_BUS_UNIT_TBL_RF B , PS_BUS_UNIT_TBL_FS C , PS_SEC_BU_OPR D WHERE A.RECNAME = 'RF_SERVICE' AND A.SETCNTRLVALUE = B.BUSINESS_UNIT AND B.BUSINESS_UNIT = C.BUSINESS_UNIT AND B.BUSINESS_UNIT = D.BUSINESS_UNIT AND B.BU_STATUS = '1' |
# | 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 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
3 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |