RS_SRCH_RES_WRK(SQL Table) |
Index Back |
---|---|
Search ResultsDerived record to store the search results. It was made an SQL table becuase PeopleTools requires there to be an actual table in a scroll. This table will not be populated. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | PERSON_NAME | Character(100) | VARCHAR2(100) NOT NULL | Name |
3 | SEARCH_SCORE | Character(7) | VARCHAR2(7) NOT NULL | Search Score |
4 | DESCR254_MIXED | Character(254) | VARCHAR2(254) NOT NULL | Description |