EP_REVW_EE_P_LG(SQL View) | 
Index Back | 
|---|---|
Document Type for EE: PrfDocument Type: Initiate Used to create document types accessible to the Employee for Performance. | 
| SELECT A.EP_REVIEW_TYPE , A.EFFDT , B.LANGUAGE_CD , B.EP_REVW_DESCR FROM PS_EP_REVW_TYP_TBL A , PS_EP_REVWTYP_LANG B WHERE A.EP_REVIEW_TYPE = B.EP_REVIEW_TYPE AND A.EFFDT = B.EFFDT AND A.EP_INITIATE_EE_SW = 'Y' AND A.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 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 4 | EP_REVW_DESCR | Character(30) | VARCHAR2(30) NOT NULL | Review description |