RS_TMPL_ACMPLNG(SQL Table) |
Index Back |
---|---|
LanguagesThis record stores the language accomplishments associated with a resource template. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | SYSTEM_SOURCE | Character(3) | VARCHAR2(3) NOT NULL |
Identifies the application or source system that generated a journal entry.
Release 8.80 - 11/14/2002 - RVlasic - Removed GDM (JrnlGen - Deduction Management) from Translate Values.
SUJ---Included a label as Product.
Release 8.9 - 05/11/2005 - RVlasic - Added PRV (Variance Pricing) and PKK (KK Budget Journal) and deleted GLK for Project Costing per Brian Cohen.
Default Value: RS |
3 | RS_RESRC_TEMPLT_ID | Character(10) | VARCHAR2(10) NOT NULL | Resource Template ID |
4 | ACCOMPLISHMENT | Character(8) | VARCHAR2(8) NOT NULL |
Accomplishment
Prompt Table: RS_ACMP_LNG_VW |
5 | SPEAK_PROFICIENCY | Character(1) | VARCHAR2(1) NOT NULL |
Speaking Proficiency
1=Low 2=Moderate 3=High |
6 | READ_PROFICIENCY | Character(1) | VARCHAR2(1) NOT NULL |
Reading Proficiency
1=Low 2=Moderate 3=High |
7 | WRITE_PROFICIENCY | Character(1) | VARCHAR2(1) NOT NULL |
Writing Proficiency
1=Low 2=Moderate 3=High |
8 | WEIGHT_POINTS | Number(7,2) | DECIMAL(6,2) NOT NULL | Factor Weight Points |
9 | SPEAK_PROF_NUM | Number(1,0) | SMALLINT NOT NULL | The numeric version of the SPEAK_PROFICIENCY field. |
10 | READ_PROF_NUM | Number(1,0) | SMALLINT NOT NULL | Numeric version of the READ_PROFICIENCY field. |
11 | WRITE_PROF_NUM | Number(1,0) | SMALLINT NOT NULL | Numeric version of the WRITE_PROFICIENCY field. |