RB_COMPET_CI_VW(SQL View) |
Index Back |
---|---|
CI View for RB_COMPETENCIESThis view has the same structure as the record: RB_COMPETENCIES. As delivered, this view does not contain any PeopleCode and is used in Component Interface (CI) components only. Whenever the structure of the underlying record changes, this view must be modified accordingly. COMPETENCIES contains the competency ratings for each employee, applicant or contractor evaluation. |
SELECT A.PERSON_ID , A.EVALUATION_ID , A.COMPETENCY , A.EFFDT , ' ' , A.YR_LAST_USED , A.HOW_VERIFIED , A.PROFICIENCY , A.PROFICIENCY_NUM , A.INTEREST_LEVEL , A.YEARS_OF_EXP , A.YR_ACQUIRED , %subrec(RB_AUDIT_SBR, A) FROM PS_RB_COMPETENCIES A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL |
Person ID
Prompt Table: RD_PERSON |
2 | EVALUATION_ID | Character(2) | VARCHAR2(2) NOT NULL | This is the evaluation identifiction number field. |
3 | COMPETENCY | Character(8) | VARCHAR2(8) NOT NULL |
Competency - this field is brought over from HRMS
Prompt Table: COMPETENCY_TBL |
4 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %Date |
5 | COMPETENCY1 | Character(8) | VARCHAR2(8) NOT NULL | Competency - this field is brought over from HRMS. |
6 | YR_LAST_USED | Number(4,0) | SMALLINT NOT NULL | YR_LAST_USED field is used on the HCM COMPETENCY record which contains the competencies for each employee. |
7 | HOW_VERIFIED | Character(1) | VARCHAR2(1) NOT NULL |
This field indicates how something was verified.
E=Employee Claim J=On the Job Training N=Not Verified O=Employer Observation T=By Test V=NVQ Authority |
8 | PROFICIENCY | Character(1) | VARCHAR2(1) NOT NULL |
Proficiency Field. This Field is imported into CRM DB from Human Resources Database.
Prompt Table: REVW_RATING_TBL |
9 | PROFICIENCY_NUM | Number(2,0) | SMALLINT NOT NULL | Numeric version of PROFICIENCY used for calculations. |
10 | INTEREST_LEVEL | Character(1) | VARCHAR2(1) NOT NULL |
This is the interest level field.
Default Value: 2 Prompt Table:
INT_RATING_VW
|
11 | YEARS_OF_EXP | Number(5,1) | DECIMAL(4,1) NOT NULL | Years of Work Experience |
12 | YR_ACQUIRED | Number(4,0) | SMALLINT NOT NULL | YR_ACQUIRED field is used on the HCM COMPETENCY record which contains the competencies for each employee. |
13 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
14 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
15 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
16 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
17 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
18 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |