SUJ--SQL of viwe modified not to consider attributes of Work Order Resources as WM will not be using Flexible attributes

RS_WO_PRF_AT_VW

(SQL View)
Index Back

SELECT B.EMPLID , A.RS_ATTRIBUTE_ID FROM %Table(RS_ATTRIBUTES) A , %Table(RS_WORKER_TBL) B ,%Table(RS_WRKR_EFFDT) D WHERE A.WORKER_PREF_FLAG = 'Y' AND B.EMPLID = D.EMPLID AND D.SYSTEM_SOURCE <> 'WM' AND D.EFFDT = ( SELECT MAX(EF.EFFDT) FROM %Table(RS_WRKR_EFFDT) EF WHERE EF.EMPLID = D.EMPLID AND EF.SYSTEM_SOURCE <> 'WM')

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
2 RS_ATTRIBUTE_ID Character(10) VARCHAR2(10) NOT NULL This field is used to uniquely identify an attribute of an assignment or project. An attribute may be captured on the service order and/or may be captured as an assignment preference by the worker.