FO_ACCOMP_VW(SQL View) |
Index Back |
---|---|
Accomplishment TableThe ACCOMP_TBL contains all your organizations accomplishments. Accomplishments are: 1) languages 2) degrees 3) licenses or certificates 4) honors or awards 5) professional memberships or 6) tests 7)NVQs (UK only) that yo |
SELECT ACCOMPLISHMENT , DESCR , DESCRSHORT , ACCOMP_CATEGORY FROM PS_ACCOMP_TBL WHERE ACCOMP_CATEGORY = 'TST' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | ACCOMPLISHMENT | Character(8) | VARCHAR2(8) NOT NULL | Accomplishment |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: ACCOMP_TBL.DESCR |
4 | ACCOMP_CATEGORY | Character(3) | VARCHAR2(3) NOT NULL |
Accomplishment Category
DEG=Degree HON=Honor or Award LIC=License or Certification LNG=Language MEM=Membership NVQ=NVQ TST=Test |