EP_REV_M_FL_VW(SQL View) |
Index Back |
---|---|
Document Type for MGRDocument Type: Initiate Used to create document types accessible to the Manager for NUI (both Perf and Devlp) |
SELECT A.EP_REVIEW_TYPE , A.EFFDT , A.EFF_STATUS , A.EP_REVW_DESCR FROM PS_EP_REVW_TYP_TBL A WHERE EP_INITIATE_MGR_SW = 'Y' AND EFF_STATUS = 'A' AND EFFDT = ( SELECT MAX(B.EFFDT) FROM PS_EP_REVW_TYP_TBL B WHERE A.EP_REVIEW_TYPE = B.EP_REVIEW_TYPE AND B.EFFDT <= %CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EP_REVIEW_TYPE | Character(8) | VARCHAR2(8) NOT NULL | Review type |
2 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
4 | EP_REVW_DESCR | Character(30) | VARCHAR2(30) NOT NULL | Review description |