EP_REVW_EE_P_VW(SQL View) | 
Index Back | 
|---|---|
Document Type for EE: PrfDocument Type: Initiate Used to create document types accessible to the Employee for Performance. | 
| SELECT EP_REVIEW_TYPE , EFFDT , EFF_STATUS , EP_REVW_DESCR FROM PS_EP_REVW_TYP_TBL WHERE EP_INITIATE_EE_SW = 'Y' AND EP_DOC_USAGE_IND = 'P' | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(8) | VARCHAR2(8) NOT NULL | Review type | |
| 2 | 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 |