EE_TEST_DTL_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 EMPLID , REG_REGION , TEST_CODE , START_DATE , END_DATE , DESCR100 , LASTUPDOPRID , LASTUPDDTTM FROM PS_EE_TEST_DTL |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON |
|
2 | 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 | 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. |