COMP_SRCH_DR_V

(SQL View)
Index Back

Compensation- Direct reports

This view contains the last update date time from the direct reports table for compensation. It is a copy of COMP_DR_DTTM and it is used by Compensation History search queries.

SELECT EMPLID ,MAX(LASTUPDDTTM) FROM PS_COMP_SRCH_DR_VW GROUP BY EMPLID

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
2 LASTUPDDTTM 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.