Alias: IVALL#
The INF_CV_LEAVELINES table is used to import employee absence information into the software data structures.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 | |||
EMPLOYMENT_TYPE | Varchar2(30) | ||||
HIRE_DATE | Date() | ||||
START_DATE | Date() | Y | |||
END_DATE | Date() | Y | |||
ORIG_LEAVE_BEGIN_DATE | Date() | Y | |||
ACCRUAL_STATUS | Varchar2(30) | Y | |||
LEAVE_TYPE_CODE | Varchar2(16) | ||||
TIME_CODE | Varchar2(16) | ||||
LINE_NUMBER | Number(5) | ||||
DESCRIPTION | Varchar2(50) | ||||
WAGE_RATE | Number(18) | ||||
RATE_BASIS | Varchar2(30) | ||||
LEAVE_REASON | Varchar2(30) | ||||
LEAVE_CERTIFIED | Varchar2(30) | ||||
PAYROLL_COMPLETE | Varchar2(4) | ||||
LEAVE_APPROVAL | Varchar2(30) | ||||
LEAVE_TIME_NOT_TAKEN | Number(18) | ||||
ABSENCE_SOURCE_MODULE | Varchar2(30) | ||||
ABSENCE_SOURCE_KEY | Varchar2(50) | ||||
ENTITLEMENT_EARNED | Varchar2(4) | Number(18) | |||
TIME_BASIS | Varchar2(30) | ||||
BANK_TIME_STILL_OWING | Varchar2(4) | ||||
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. |