WCS_EP_APPR_VW

(SQL View)
Index Back

ePerformance Appraisal View

View of PS_EP_APPR record used in the Performance History grid on the MSS Individual Details page (WCS_ECM_MSS_DET)

SELECT EMPLID , EMPL_RCD , PERIOD_BEGIN_DT , PERIOD_END_DT , EP_MANAGER_ID , EP_REVIEW_TYPE , EP_REVIEW_STATUS , EP_RATING , REVIEW_RATING , REVIEW_POINTS FROM PS_EP_APPR WHERE EP_REVIEW_STATUS = 'CO'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
2 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Record
3 PERIOD_BEGIN_DT Date(10) DATE Period Begin Date
4 PERIOD_END_DT Date(10) DATE Period End Date
5 EP_MANAGER_ID Character(11) VARCHAR2(11) NOT NULL Manager/Mentor ID.
6 EP_REVIEW_TYPE Character(8) VARCHAR2(8) NOT NULL Review type
7 EP_REVIEW_STATUS Character(4) VARCHAR2(4) NOT NULL This field tracks the status of a review document through it's life cycle. This is separate from the approval status of the review, which is tracked separately.
AK=Acknowledged
AR=Shared with Employee
CA=Canceled
CO=Completed
EC=Define Criteria
IP=Evaluation in Progress
NS=Not Started
PA=Approval
RH=Pending Acknowledgement
TP=Track Progress
8 EP_RATING Number(6,2) DECIMAL(5,2) NOT NULL Rating
9 REVIEW_RATING Character(1) VARCHAR2(1) NOT NULL Review Rating
10 REVIEW_POINTS Number(3,0) SMALLINT NOT NULL Review Points