Alias: IVALL#

The INF_CV_LEAVELINES table is used to import employee absence information into the software data structures.

Tables loaded: P2K_AT_LEAVE_LINES

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)YNot moved to the software data structures, but used for validation of the employment record. Validation: 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 following 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() 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.
START_DATEDate()YValidation: Must be a valid date
END_DATEDate()YValidation: Must be a valid date, after the START_DATE
ORIG_LEAVE_BEGIN_DATEDate()YValidation: Must be a valid date.
ACCRUAL_STATUSVarchar2(30)YValidation: Must be one of the following fixed lexicon values from X_ACCRUAL_STATUS
LEAVE_TYPE_CODEVarchar2(16)
TIME_CODEVarchar2(16)
LINE_NUMBERNumber(5)
DESCRIPTIONVarchar2(50)
WAGE_RATENumber(18)
RATE_BASISVarchar2(30) Validation: If provided, must be one of the following fixed lexicon values from X_RATE_BASIS.
LEAVE_REASONVarchar2(30) Validation: Must be one of the lexicon values from X_LEAVE_REASON
LEAVE_CERTIFIEDVarchar2(30) Validation: Must be one of the lexicon values from X_LEAVE_CERTIFIED
PAYROLL_COMPLETEVarchar2(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
LEAVE_APPROVALVarchar2(30) Validation: Must be one of the lexicon values from X_LEAVE_APPROVAL
LEAVE_TIME_NOT_TAKENNumber(18)
ABSENCE_SOURCE_MODULEVarchar2(30) Validation: Must be one of the lexicon values from X_ABSENCE_SOURCE
ABSENCE_SOURCE_KEYVarchar2(50)
ENTITLEMENT_EARNEDVarchar2(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.
OVERALL_LEAVE_TIMENumber(18)
TIME_BASISVarchar2(30) Validation: Must be one of the lexicon values from X_TIME_BASIS
BANK_TIME_STILL_OWINGVarchar2(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.
ACTUAL_LEAVEVarchar2(4)
AUDIT_TEXTVarchar2(4000)
START_TIMENumber(5)
END_TIMENumber(5)
PARTIALLY_PROCESSEDVarchar2(4)
PROJECTED_TIMENumber(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.