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 8 changed 7 lines
|[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|
|[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]
At line 20 changed 5 lines
|[RATE_BASIS]|Varchar2(30)| |
|[LEAVE_REASON]|Varchar2(30)| |
|[LEAVE_CERTIFIED]|Varchar2(30)| |
|[PAYROLL_COMPLETE]|Varchar2(4)| |
|[LEAVE_APPROVAL]|Varchar2(30)| |
|[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]
At line 26 changed one line
|[ABSENCE_SOURCE_MODULE]|Varchar2(30)| |
|[ABSENCE_SOURCE_MODULE]|Varchar2(30)| |Validation: Must be one of the lexicon values from [X_ABSENCE_SOURCE]
At line 28 changed one line
|[ENTITLEMENT_EARNED]|Varchar2(4)| |
|[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.
At line 30 changed 2 lines
|[TIME_BASIS]|Varchar2(30)| |
|[BANK_TIME_STILL_OWING]|Varchar2(4)| |
|[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.