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

RS_WO_AT_MNY_VW

(SQL View)
Index Back

SELECT DISTINCT B.EMPLID , A.RS_ATTRIBUTE_ID FROM %Table(RS_ATTRIBUTES) A , %Table(RS_WORKER_TBL) B , %Table(RS_WRKR_EFFDT) C WHERE A.WO_ATTRIBUTE_FLG = 'Y' AND A.ATTR_MULTIVALU_FLG = 'Y' AND B.EMPLID = C.EMPLID AND C.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.