Alias: IVSRW#

(INF_CV_REVIEWS)

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:

Table Columns#


Column nameData Type / SizeMand.Notes
IDNumber(10) Used internally to define a unique identification for the record. This field would not be loaded.
ENTITY_CODEVarchar2(16)YValidation: The Entity Code provided must be defined on P2K_CM_ENTITIES.
PERSON_CODEVarchar2(16)YUsed for validation of the employment record. Validation: Must be a valid PERSON_CODE already defined on the P2K_HR_IDENTITIES table.
EMPLOYMENT_TYPEVarchar2(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_DATEDate() 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_CODEVarchar2(16)Y
ASSIGNMENT_START_DATEDate()YValidation: Must be a valid date.
REVIEW_NUMBERNumber(10)Y
REVIEW_TYPE_CODEVarchar2(16)YValidation: Must be a valid review type already defined on P2K_SA_REVIEW_TYPES.
REVIEW_STATUSVarchar2(30)YValidation: Must be either a valid lexicon code, or a valid lexicon description from X_REVIEW_STATUS
REVIEW_DATEDate()YValidation: Must be a valid date.
USER_NAMEVarchar2(30) Validation: Must be a valid user already defined on P2K_AM_USERS.
NEXT_REVIEW_DATEDate() Validation: Must be a valid date.
REVIEW_METHODVarchar2(30) Validation: Must be either a valid lexicon code, or a valid lexicon description from X_REVIEW_METHOD.
REVIEW_DONE_BYVarchar2(50)
OVERALL_RATINGVarchar2(30) Validation: Must be either a valid lexicon code or a valid lexicon description from X_OVERALL_RATING
OVERALL_POINTSNumber(5)
BASED_ON_PRIOR_JOBVarchar2(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.
DESCRIPTIONVarchar2(50)
REVIEW_COMMENTSVarchar2(2000)
MATRIX_CODEVarchar2(16) Validation: Must be a valid Matrix code previously defined on P2K_SA_SALARY_MATRICES
MATRIX_START_DATEDate() Validation: Must be a valid date.
REVIEW_CATEGORYVarchar2(30) Validation: Must be either a valid lexicon code, or a valid lexicon description from X_REVIEW_CATEGORY
REVIEW_RATINGVarchar2(16)
REVIEW_POINTSNumber(5)
APPROVEDVarchar2(4)
MERIT_MONTHSNumber(10)