EE_TEST_DAT_VW(SQL View) |
Index Back |
---|---|
EE- Test Results TableThis is the Employee related Test Results Table. It is used to maintain test codes by REG_REGION. |
SELECT A.EMPLID , A.REG_REGION , A.TEST_CODE , A.START_DATE , A.END_DATE , A.DESCR100 , A.LASTUPDOPRID , A.LASTUPDDTTM FROM PS_HS_SS_TEST_DAT A WHERE A.WF_STATUS <> 'V' AND NOT EXISTS ( SELECT 'X' FROM PS_EE_TEST_DTL A1 WHERE A.EMPLID = A1.EMPLID AND A.REG_REGION = A1.REG_REGION AND A.TEST_CODE = A1.TEST_CODE AND A.START_DATE = A1.START_DATE) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON |
2 | REG_REGION | Character(5) | VARCHAR2(5) NOT NULL |
Regulatory Region
Prompt Table: REG_REGION_TBL |
3 | TEST_CODE | Character(4) | VARCHAR2(4) NOT NULL | Code for type of test |
4 | START_DATE | Date(10) | DATE NOT NULL | Start Date for Gen Standing PO |
5 | END_DATE | Date(10) | DATE | End Date |
6 | DESCR100 | Character(100) | VARCHAR2(100) NOT NULL | Length 100 Description |
7 | LASTUPDOPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |
8 | LASTUPDDTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. |