EP_PGLT_DTL_VW(SQL View) |
Index Back |
---|---|
Status Summary Drill-DownProvides drill-down information for the Status Summary chart. |
SELECT A.EP_MANAGER_ID , A.EP_REVIEW_TYPE , B.EP_REVIEW_STATUS , A.EP_APPRAISAL_ID , B.EMPLID , B.EMPL_RCD , B.PERIOD_BEGIN_DT , B.PERIOD_END_DT , B.EP_APPROVAL_STATUS FROM PS_EP_RPT_MGR_DTL A , PS_EP_APPR B WHERE B.EP_APPRAISAL_ID = A.EP_APPRAISAL_ID AND A.EP_SOURCE = 'PGLT' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EP_MANAGER_ID | Character(11) | VARCHAR2(11) NOT NULL | Manager/Mentor ID. |
2 | EP_REVIEW_TYPE | Character(8) | VARCHAR2(8) NOT NULL | Review type |
3 | 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 |
4 | EP_APPRAISAL_ID | Number(8,0) | INTEGER NOT NULL | Document ID |
5 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
6 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Empl Record |
7 | PERIOD_BEGIN_DT | Date(10) | DATE | Period Begin Date |
8 | PERIOD_END_DT | Date(10) | DATE | Period End Date |
9 | EP_APPROVAL_STATUS | Character(4) | VARCHAR2(4) NOT NULL |
This field tracks the current approval status of a review. This is separate from the review's lifecycle status, which is tracked separately.
APRV=Approved DENY=Denied ERRO=Approval Error NREQ=Not Required OPEN=Not Submitted SUBM=Submitted |