EX_EMP_ROLE_VW2

(SQL View)
Index Back

Expense Process Roles - Mobile

Mobile View used for extracting Role and Role exceptions down to the mobile device. Mobile 8.8

SELECT B.BUSINESS_UNIT_GL ,A.EX_ROLE ,A.EFFDT ,A.EFF_STATUS ,A.DESCR ,A.DESCRSHORT ,A.DESCR254 FROM PS_EX_ROLE_TBL A ,PS_BUS_UNIT_TBL_EX B ,PS_SET_CNTRL_REC C WHERE C.RECNAME = 'EX_ROLE_TBL' AND C.SETCNTRLVALUE = B.BUSINESS_UNIT_GL AND C.SETID = A.SETID AND A.EFF_STATUS = 'A'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT_GL Character(5) VARCHAR2(5) NOT NULL GL Business Unit
2 EX_ROLE Character(5) VARCHAR2(5) NOT NULL Expense Processing Role
3 MOBILE_EFFDT Date(10) DATE Mobile Effective Date
4 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
A=Active
I=Inactive

Default Value: A

5 DESCR Character(30) VARCHAR2(30) NOT NULL Description
6 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description
7 DESCR254 Character(254) VARCHAR2(254) NOT NULL Description of length 254