Alias: IVSEP#

(INF_CV_EXPERIENCES)

The INF_CV_EXPERIENCES table is used to import employee experience data, for automatic wage increases, into the software data structures.

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.
EXPERIENCE_TYPEVarchar2(30)YValidation: Must be one of the fixed lexicon values from X_EXPERIENCE_TYPE.
ENTITY_CODEVarchar2(16)YValidation: Must be a valid entity code defined on P2K_CM_ENTITIES.
DEPARTMENT_CODEVarchar2(16) Validation: Must be a valid position code defined on P2K_CM_DEPARTMENTS
UNIT_CODEVarchar2(16) Validation: Must be a valid entity code defined on P2K_CM_UNITS.
JOB_CODEVarchar2(16) Validation: Must be a valid JOB_CODE defined on P2K_CM_JOBS
POSITION_CODEVarchar2(16) Validation: Must be a unique position code for the entity specified.
GROUP_CODEVarchar2(16) Validation: Must be a valid GROUP_CODE defined on P2K_CM_GROUPS.
PERSON_CODEVarchar2(16) Not moved to the software data structures, but used 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() Not moved to the software structures, but used for validation of the employment record. Validation: Must be a valid date. 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.
EXPERIENCE_START_DATEDate() Validation: Must be a valid date.
EXPERIENCE_LAST_STEP_DATEDate() Validation: Must be a valid date.
EXPERIENCE_STATUSVarchar2(30)YValidation: Must be one of the lexicon values from X_EXPERIENCE_STATUS.
UNIT_CODE_SCALEVarchar2(16) Not moved to the software structures, but used for validation of the STEP_CODE. Validation: Must be a valid unit code defined on P2K_CM_UNITS
SCALE_CODEVarchar2(16) Not moved to the software structures, but used for validation of the STEP_CODE. Validation: Must be a valid scale code defined on P2K_SA_WAGE_SCALES
STEP_CODEVarchar2(16) Validation: Must be a valid step for the scale code defined on P2K_SA_WAGE_SCALES
EXPERIENCE_LAST_WORKED_DATEDate() Validation: Must be a valid date
EXPERIENCE_LAST_EVAL_DATEDate() Validation: Must be a valid date
ELIGIBLE_DAYSNumber(18)
ELIGIBLE_HOURSNumber(18)
ELIGIBLE_UNITSNumber(18)
PRE_ELIGIBLE_DAYSNumber(18)
PRE_ELIGIBLE_HOURSNumber(18)
PRE_ELIGIBLE_UNITSNumber(18)
WORKED_DAYSNumber(18)
WORKED_HOURSNumber(18)
WORKED_UNITSNumber(18)
ABSENT_DAYSNumber(18)
ABSENT_HOURSNumber(18)
ACCUMULATED_DAYSNumber(18)
ACCUMULATED_HOURSNumber(18)
ACCUMULATED_UNITSNumber(18)
CREATE_DATEDate() This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.
CREATE_USERVarchar2(30) This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.
CHANGE_DATEDate() This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.
CHANGE_USERVarchar2(30) This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded.


Notes #

Click to create a new notes page