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

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
9 26-Nov-2021 10:22 4 KB JMyers to previous
8 26-Nov-2021 10:22 4 KB RForbes to previous | to last
7 26-Nov-2021 10:22 5 KB JEscott to previous | to last
6 26-Nov-2021 10:22 5 KB JEscott to previous | to last
5 26-Nov-2021 10:22 5 KB JEscott to previous | to last
4 26-Nov-2021 10:22 5 KB JEscott to previous | to last
3 26-Nov-2021 10:22 1 KB JEscott to previous | to last
2 26-Nov-2021 10:22 2 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 6 changed 8 lines
|[ID]|Number(10)| |
|[ENTITY_CODE]|Varchar2(16)|Y|
|[PERSON_CODE]|Varchar2(16)|Y|
|[EMPLOYMENT_TYPE]|Varchar2(30)|Y|
|[HIRE_DATE]|Date()|Y|
|[TERMINATION_CODE]|Varchar2(16)| |
|[ORIGINAL_HIRE_DATE]|Date()| |
|[SENIORITY_DATE]|Date()| |
|[ID]|Number(10)| |Used internally to define a unique identification for the record. This field would not be loaded.
|[ENTITY_CODE]|Varchar2(16)|Y|Validation: Must be a unique entity code
|[PERSON_CODE]|Varchar2(16)|Y|Validation: Must be a valid PERSON_CODE already defined on the [P2K_HR_IDENTITIES] table.
|[EMPLOYMENT_TYPE]|Varchar2(30)|Y|Validation: If provided, must be one of the fixed lexicon values from [X_EMPLOYMENT_TYPE]
|[HIRE_DATE]|Date()|Y|Validation: Must be a valid date
|[TERMINATION_CODE]|Varchar2(16)| |Validation: The Termination Code provided must be defined on [P2K_CM_TERMINATION_REASONS].
|[ORIGINAL_HIRE_DATE]|Date()| |Validation: Must be a valid date. Derivation: If not specified, this field is set to the HIRE_DATE.
|[SENIORITY_DATE]|Date()| |Validation: Must be a valid date. Derivation: If not specified, this field is set to the HIRE_DATE.
At line 15 changed 6 lines
|[FIRST_WORK_DATE]|Date()| |
|[LAST_WORK_DATE]|Date()| |
|[TERMINATION_DATE]|Date()| |
|[ROE_STATUS]|Varchar2(30)| |
|[ROE_ISSUED_DATE]|Date()| |
|[ROE_LETTER]|Varchar2(30)| |
|[FIRST_WORK_DATE]|Date()| |Validation: Must be a valid date.
|[LAST_WORK_DATE]|Date()| |Validation: Must be a valid date.
|[TERMINATION_DATE]|Date()| |Validation: Must be a valid date.
|[ROE_STATUS]|Varchar2(30)| |Validation: If provided, must be one of the fixed lexicon values from [X_ROE_STATUS]
|[ROE_ISSUED_DATE]|Date()| |: Must be a valid date.
|[ROE_LETTER]|Varchar2(30)| |Validation: If provided, must be one of the valid letters supported by the Record of Employment form (A-M). See the ROE form for the explanation of these codes in detail. Must be one of the fixed lexicon values from [X_ROE_LETTER].
At line 22 changed 2 lines
|[REHIRE_STATUS]|Varchar2(30)| |
|[EXPECTED_RETURN_DATE]|Date()| |
|[REHIRE_STATUS]|Varchar2(30)| |Validation: If provided, must be one of the fixed lexicon values from [X_REHIRE_STATUS]
|[EXPECTED_RETURN_DATE]|Date()| |Validation: Must be a valid date.
At line 25 changed 13 lines
|[USER_FIELD_VALUE_01]|Varchar2(2000)| |
|[USER_FIELD_VALUE_02]|Varchar2(2000)| |
|[USER_FIELD_VALUE_03]|Varchar2(2000)| |
|[USER_FIELD_VALUE_04]|Varchar2(2000)| |
|[USER_FIELD_VALUE_05]|Varchar2(2000)| |
|[USER_FIELD_VALUE_06]|Varchar2(2000)| |
|[USER_FIELD_VALUE_08]|Varchar2(2000)| |
|[USER_FIELD_VALUE_09]|Varchar2(2000)| |
|[USER_FIELD_VALUE_10]|Varchar2(2000)| |
|[CREATE_DATE]|Date()| |
|[CREATE_USER]|Varchar2(30)| |
|[CHANGE_DATE]|Date()| |
|[CHANGE_USER]|Varchar2(30)| |
|[USER_FIELD_VALUE_01]|Varchar2(2000)| |Validation: This value is applied against the User defined field EEM01, which must have been previously defined in the [P2K_AM_USER_FIELDS] table. This may be accomplished through the cv_uf_employments.sql script.
|[USER_FIELD_VALUE_02]|Varchar2(2000)| |Validation: This value is applied against the User defined field EEM02, which must have been previously defined in the [P2K_AM_USER_FIELDS] table. This may be accomplished through the cv_uf_employments.sql script.
|[USER_FIELD_VALUE_03]|Varchar2(2000)| |Validation: This value is applied against the User defined field EEM03, which must have been previously defined in the [P2K_AM_USER_FIELDS] table. This may be accomplished through the cv_uf_employments.sql script.
|[USER_FIELD_VALUE_04]|Varchar2(2000)| |Validation: This value is applied against the User defined field EEM04, which must have been previously defined in the [P2K_AM_USER_FIELDS] table. This may be accomplished through the cv_uf_employments.sql script.
|[USER_FIELD_VALUE_05]|Varchar2(2000)| |Validation: This value is applied against the User defined field EEM05, which must have been previously defined in the [P2K_AM_USER_FIELDS] table. This may be accomplished through the cv_uf_employments.sql script.
|[USER_FIELD_VALUE_06]|Varchar2(2000)| |Validation: This value is applied against the User defined field EEM06, which must have been previously defined in the [P2K_AM_USER_FIELDS] table. This may be accomplished through the cv_uf_employments.sql script.
|[USER_FIELD_VALUE_08]|Varchar2(2000)| |Validation: This value is applied against the User defined field EEM08, which must have been previously defined in the [P2K_AM_USER_FIELDS] table. This may be accomplished through the cv_uf_employments.sql script.
|[USER_FIELD_VALUE_09]|Varchar2(2000)| |Validation: This value is applied against the User defined field EEM09, which must have been previously defined in the [P2K_AM_USER_FIELDS] table. This may be accomplished through the cv_uf_employments.sql script.
|[USER_FIELD_VALUE_10]|Varchar2(2000)| |Validation: This value is applied against the User defined field EEM10, which must have been previously defined in the [P2K_AM_USER_FIELDS] table. This may be accomplished through the cv_uf_employments.sql script.
|[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.