Alias: IVALL#
(INF_CV_LEAVELINES)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 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 | Not 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_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 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_DATE | Date() | 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_DATE | Date() | Y | Validation: Must be a valid date |
END_DATE | Date() | Y | Validation: Must be a valid date, after the START_DATE |
ORIG_LEAVE_BEGIN_DATE | Date() | Y | Validation: Must be a valid date. |
ACCRUAL_STATUS | Varchar2(30) | Y | Validation: Must be one of the following fixed lexicon values from X_ACCRUAL_STATUS |
LEAVE_TYPE_CODE | Varchar2(16) | ||
TIME_CODE | Varchar2(16) | ||
LINE_NUMBER | Number(5) | ||
DESCRIPTION | Varchar2(50) | ||
WAGE_RATE | Number(18) | ||
RATE_BASIS | Varchar2(30) | Validation: If provided, must be one of the following fixed lexicon values from X_RATE_BASIS. | |
LEAVE_REASON | Varchar2(30) | Validation: Must be one of the lexicon values from X_LEAVE_REASON | |
LEAVE_CERTIFIED | Varchar2(30) | Validation: Must be one of the lexicon values from X_LEAVE_CERTIFIED | |
PAYROLL_COMPLETE | 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 | |
LEAVE_APPROVAL | Varchar2(30) | Validation: Must be one of the lexicon values from X_LEAVE_APPROVAL | |
LEAVE_TIME_NOT_TAKEN | Number(18) | ||
ABSENCE_SOURCE_MODULE | Varchar2(30) | Validation: Must be one of the lexicon values from X_ABSENCE_SOURCE | |
ABSENCE_SOURCE_KEY | Varchar2(50) | ||
ENTITLEMENT_EARNED | 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. | |
OVERALL_LEAVE_TIME | Number(18) | ||
TIME_BASIS | Varchar2(30) | Validation: Must be one of the lexicon values from X_TIME_BASIS | |
BANK_TIME_STILL_OWING | 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. | |
ACTUAL_LEAVE | Varchar2(4) | ||
AUDIT_TEXT | Varchar2(4000) | ||
START_TIME | Number(5) | ||
END_TIME | Number(5) | ||
PARTIALLY_PROCESSED | Varchar2(4) | ||
PROJECTED_TIME | Number(18) | ||
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. |