PIM_LAST_UPD_VW(SQL View) |
Index Back |
---|---|
PIM User Last Update StatusThis view shows the latest timestamp when there were activities for a given object of a user |
SELECT OPRID , PIM_SEC_TYPE , MAX(LAST_DTTM_UPDATE) FROM PS_PIM_OBJ_HIST GROUP BY OPRID , PIM_SEC_TYPE |
# | 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. |