EMP_LOC_SETID(SQL View) |
Index Back |
---|---|
Employee LOCATION SEITID DESCREmployee Locaiton SETID and Location description for eProfile Manager Desktop for html email approval |
SELECT J.EMPLID , J.SETID_LOCATION , B.LOCATION , B.DESCR FROM PS_LOCATION_TBL B , PS_JOB_SETID_LOC_V J WHERE J.SETID_LOCATION=B.SETID AND J.LOCATION=B.LOCATION |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
3 | LOCATION | Character(10) | VARCHAR2(10) NOT NULL | Location Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |