This page (revision-7) was last changed on 26-Nov-2021 10:22 by JEscott

This page was created on 26-Nov-2021 10:22 by JEscott

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
7 26-Nov-2021 10:22 4 KB JEscott to previous
6 26-Nov-2021 10:22 4 KB JEscott to previous | to last
5 26-Nov-2021 10:22 3 KB JEscott to previous | to last
4 26-Nov-2021 10:22 2 KB JEscott to previous | to last
3 26-Nov-2021 10:22 2 KB JEscott to previous | to last
2 26-Nov-2021 10:22 1 KB JEscott to previous | to last
1 26-Nov-2021 10:22 1 KB JEscott to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 2 added 2 lines
(INF_CV_LEAVELINES)
At line 5 added 2 lines
Tables loaded: [P2K_AT_LEAVE_LINES]
At line 5 changed 37 lines
||Column name||Data Type / Size||Domain||Mand.||Notes
|[ID]|Number(10)|[ID]| |
|[ENTITY_CODE]|Varchar2(16)|[CODE]|Y|
|[PERSON_CODE]|Varchar2(16)|[CODE]|Y|
|[EMPLOYMENT_TYPE]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
|[HIRE_DATE]|Date()|[DATE]| |
|[START_DATE]|Date()|[DATE]|Y|
|[END_DATE]|Date()|[DATE]|Y|
|[ORIG_LEAVE_BEGIN_DATE]|Date()|[DATE]|Y|
|[ACCRUAL_STATUS]|Varchar2(30)|[VARCHAR30|VARCHARnn]|Y|
|[LEAVE_TYPE_CODE]|Varchar2(16)|[CODE]| |
|[TIME_CODE]|Varchar2(16)|[CODE]| |
|[LINE_NUMBER]|Number(5)|[NUMBER5|NUMBERn]| |
|[DESCRIPTION]|Varchar2(50)|[DESCRIPTION]| |
|[WAGE_RATE]|Number(18)|[AMT12V6|AMTnn]| |
|[RATE_BASIS]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
|[LEAVE_REASON]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
|[LEAVE_CERTIFIED]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
|[PAYROLL_COMPLETE]|Varchar2(4)|[VARCHAR4|VARCHARnn]| |
|[LEAVE_APPROVAL]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
|[LEAVE_TIME_NOT_TAKEN]|Number(18)|[AMT12V6|AMTnn]| |
|[ABSENCE_SOURCE_MODULE]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
|[ABSENCE_SOURCE_KEY]|Varchar2(50)|[VARCHAR50|VARCHARnn]| |
|[ENTITLEMENT_EARNED]|Varchar2(4)|[VARCHAR4|VARCHARnn]| |
|[OVERALL_LEAVE_TIME]|Number(18)|[AMT12V6|AMTnn]| |
|[TIME_BASIS]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
|[BANK_TIME_STILL_OWING]|Varchar2(4)|[VARCHAR4|VARCHARnn]| |
|[ACTUAL_LEAVE]|Varchar2(4)|[VARCHAR4|VARCHARnn]| |
|[AUDIT_TEXT]|Varchar2(4000)|[VARCHAR4000|VARCHARnn]| |
|[START_TIME]|Number(5)|[MINUTES]| |
|[END_TIME]|Number(5)|[MINUTES]| |
|[PARTIALLY_PROCESSED]|Varchar2(4)|[VARCHAR4|VARCHARnn]| |
|[PROJECTED_TIME]|Number(18)|[AMT12V6|AMTnn]| |
|[CREATE_DATE]|Date()|[DATE]| |
|[CREATE_USER]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
|[CHANGE_DATE]|Date()|[DATE]| |
|[CHANGE_USER]|Varchar2(30)|[VARCHAR30|VARCHARnn]| |
||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.
----
![Notes|Edit:Internal.INF_CV_LEAVELINES]
[{InsertPage page='Internal.INF_CV_LEAVELINES' default='Click to create a new notes page'}]