EP_REV_E_FL_VW(SQL View) |
Index Back |
---|---|
Document Type for EEDocument Type: Initiate Used to create document types accessible to the Employee for Development and Performance |
SELECT EP_REVIEW_TYPE , EFFDT , EFF_STATUS , EP_REVW_DESCR FROM PS_EP_REVW_TYP_TBL A WHERE EP_INITIATE_EE_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 |