| PERSON_IM_EE_VW(SQL View) | Index Back | 
|---|---|
| Person IM EmployeesThis view contains all employees for whom we have catured Instant Message Data. | 
| SELECT DISTINCT A.EMPLID , B.NAME_DISPLAY FROM PS_PERSON_IMCHAT A , PS_PERSON_NAME B WHERE A.EMPLID = B.EMPLID | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(11) | VARCHAR2(11) NOT NULL | Employee ID | |
| 2 | NAME_DISPLAY | Character(50) | VARCHAR2(50) NOT NULL | Display Name - name formatted for Display based on the Country |