PIM_STATUS_VW(SQL View) |
Index Back |
---|---|
PIM StatusThis view is used to display the status for a user in My PIM Status. |
SELECT A.USERID , A.PIM_SEC_TYPE , B.LAST_UPDATE_DTTM , A.LASTSYNCDATE FROM PS_PIM_LAST_SYN_VW A LEFT OUTER JOIN PS_PIM_LAST_UPD_VW B ON A.PIM_SEC_TYPE = B.PIM_SEC_TYPE AND A.USERID = B.USERID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | USERID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID |
2 | PIM_SEC_TYPE | Character(50) | VARCHAR2(50) NOT NULL | Used by PIM History |
3 | LAST_UPDATE_DTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |
4 | LASTSYNCDATE | DateTime(26) | TIMESTAMP | Creation Date of Device ID |