This page (revision-6) was last changed on 26-Nov-2021 10:22 by JMyers

This page was created on 26-Nov-2021 10:22 by JEscott

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
6 26-Nov-2021 10:22 4 KB JMyers to previous
5 26-Nov-2021 10:22 4 KB JEscott to previous | to last
4 26-Nov-2021 10:22 3 KB JEscott to previous | to last
3 26-Nov-2021 10:22 3 KB JEscott to previous | to last
2 26-Nov-2021 10:22 1 KB JEscott to previous | to last
1 26-Nov-2021 10:22 1 KB JEscott to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
!!!Alias: IVSRW
!!!Alias: [IVSRW]
At line 3 removed 2 lines
\\
Reviews
At line 4 added 9 lines
The INF_CV_REVIEWS table is used to import employee review information into the software data structures. Reviews are used to record the evaluation and assessment of an employee.
Reviews are carried out for different reasons, for example, to evaluate an employee's performance, to determine their employment status, or to implement disciplinary procedures.
Tables loaded:
*[P2K_SA_REVIEWS]
*[P2K_SA_REVIEW_RATINGS]
*[P2K_AM_USER_FIELD_VALUES]
At line 8 changed 32 lines
||Column name||Data Type / Size||Domain||Mand.||Notes
|[ID]|Number(10)|[ID]| |
|[ENTITY_CODE]|Varchar2(16)|[CODE]|Y|
|[PERSON_CODE]|Varchar2(16)|[CODE]|Y|
|[EMPLOYMENT_TYPE]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
|[HIRE_DATE]|Date()|[DATE]| |
|[ASSIGNMENT_CODE]|Varchar2(16)|[CODE]|Y|
|[ASSIGNMENT_START_DATE]|Date()|[DATE]|Y|
|[REVIEW_NUMBER]|Number(10)|[NUMBER10|NUMBERn]|Y|
|[REVIEW_TYPE_CODE]|Varchar2(16)|[CODE]|Y|
|[REVIEW_STATUS]|Varchar2(30)|[VARCHAR30|VARCHARnn]|Y|
|[REVIEW_DATE]|Date()|[DATE]|Y|
|[USER_NAME]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
|[NEXT_REVIEW_DATE]|Date()|[DATE]| |
|[REVIEW_METHOD]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
|[REVIEW_DONE_BY]|Varchar2(50)|[DESCRIPTION]| |
|[OVERALL_RATING]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
|[OVERALL_POINTS]|Number(5)|[NUMBER5|NUMBERn]| |
|[BASED_ON_PRIOR_JOB]|Varchar2(4)|[VARCHAR4|VARCHARnn]| |
|[DESCRIPTION]|Varchar2(50)|[DESCRIPTION]| |
|[REVIEW_COMMENTS]|Varchar2(2000)|[VARCHAR2000|VARCHARnn]| |
|[MATRIX_CODE]|Varchar2(16)|[CODE]| |
|[MATRIX_START_DATE]|Date()|[DATE]| |
|[REVIEW_CATEGORY]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
|[REVIEW_RATING]|Varchar2(16)|[VARCHAR16|VARCHARnn]| |
|[REVIEW_POINTS]|Number(5)|[NUMBER5|NUMBERn]| |
|[APPROVED]|Varchar2(4)|[VARCHAR4|VARCHARnn]| |
|[MERIT_MONTHS]|Number(10)|[NUMBER10|NUMBERn]| |
|[CREATE_DATE]|Date()|[DATE]| |
|[CREATE_USER]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
|[CHANGE_DATE]|Date()|[DATE]| |
|[CHANGE_USER]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
||Column name||Data Type / Size||Mand.||Notes
|[ID]|Number(10)| |Used internally to define a unique identification for the record. This field would not be loaded.
|[ENTITY_CODE]|Varchar2(16)|Y|Validation: The Entity Code provided must be defined on [P2K_CM_ENTITIES].
|[PERSON_CODE]|Varchar2(16)|Y|Used for validation of the employment record. Validation: Must be a valid [PERSON_CODE] already defined on the [P2K_HR_IDENTITIES] table.
|[EMPLOYMENT_TYPE]|Varchar2(30)| |Validation: The employee must have an active employment record for this employment type. Must be one of the fixed lexicon values from [X_EMPLOYMENT_TYPE]. Derivation: If you do not provide an employment type value, the conversion application will look for any [P2K_HR_EMPLOYMENTS] record that matches the other criteria. Suggestion: If you are loading employees, you can set this field to a fixed value of ‘01’.
|[HIRE_DATE]|Date()| |Used for validation of the employment record. Derivation: If you do not provide a hire date, the conversion application will look for any [P2K_HR_EMPLOYMENTS] record that matches the other criteria. Validation: Must be a valid date.
|[ASSIGNMENT_CODE]|Varchar2(16)|Y|
|[ASSIGNMENT_START_DATE]|Date()|Y|Validation: Must be a valid date.
|[REVIEW_NUMBER]|Number(10)|Y|
|[REVIEW_TYPE_CODE]|Varchar2(16)|Y|Validation: Must be a valid review type already defined on [P2K_SA_REVIEW_TYPES].
|[REVIEW_STATUS]|Varchar2(30)|Y|Validation: Must be either a valid lexicon code, or a valid lexicon description from [X_REVIEW_STATUS]
|[REVIEW_DATE]|Date()|Y|Validation: Must be a valid date.
|[USER_NAME]|Varchar2(30)| |Validation: Must be a valid user already defined on [P2K_AM_USERS].
|[NEXT_REVIEW_DATE]|Date()| |Validation: Must be a valid date.
|[REVIEW_METHOD]|Varchar2(30)| |Validation: Must be either a valid lexicon code, or a valid lexicon description from [X_REVIEW_METHOD].
|[REVIEW_DONE_BY]|Varchar2(50)| |
|[OVERALL_RATING]|Varchar2(30)| |Validation: Must be either a valid lexicon code or a valid lexicon description from [X_OVERALL_RATING]
|[OVERALL_POINTS]|Number(5)| |
|[BASED_ON_PRIOR_JOB]|Varchar2(4)| |Validation: This field is a “toggle” field. The value will be translated as False if the value is left NULL, set to “N”, “NO” or “0”. All other values will translate to True.
|[DESCRIPTION]|Varchar2(50)| |
|[REVIEW_COMMENTS]|Varchar2(2000)| |
|[MATRIX_CODE]|Varchar2(16)| |Validation: Must be a valid Matrix code previously defined on [P2K_SA_SALARY_MATRICES]
|[MATRIX_START_DATE]|Date()| |Validation: Must be a valid date.
|[REVIEW_CATEGORY]|Varchar2(30)| |Validation: Must be either a valid lexicon code, or a valid lexicon description from [X_REVIEW_CATEGORY]
|[REVIEW_RATING]|Varchar2(16)| |
|[REVIEW_POINTS]|Number(5)| |
|[APPROVED]|Varchar2(4)| |
|[MERIT_MONTHS]|Number(10)| |
|[CREATE_DATE]|Date()| |This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.
|[CREATE_USER]|Varchar2(30)| |This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.
|[CHANGE_DATE]|Date()| |This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.
|[CHANGE_USER]|Varchar2(30)| |This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.
----
![Notes|Edit:Internal.INF_CV_REVIEWS]
[{InsertPage page='Internal.INF_CV_REVIEWS' default='Click to create a new notes page'}]