TRN_ACPS_VW(SQL View) |
Index Back |
---|---|
Person AccomplishmentsACCOMPLISHMENTS contains the degrees, tests, languages, honors/awards, licenses/certifications, and professional memberships of your employees, applicants and contractors. |
SELECT A.EMPLID ,A.ACCOMPLISHMENT ,A.DT_ISSUED ,A.MAJOR_CODE FROM PS_ACCOMPLISHMENTS A , PS_ACCOMP_TBL B WHERE A.ACCOMPLISHMENT = B.ACCOMPLISHMENT AND B.ACCOMP_CATEGORY <> 'LNG' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON |
2 | ACCOMPLISHMENT | Character(8) | VARCHAR2(8) NOT NULL | Accomplishment |
3 | DT_ISSUED | Date(10) | DATE | Issue Date |
4 | MAJOR_CODE | Character(10) | VARCHAR2(10) NOT NULL |
Major Code
Prompt Table: MAJOR_TBL |